mls-software-openssh: fix tmp dir not exist (#2954)

This commit is contained in:
Chawye Hsu 2019-01-06 20:15:20 +08:00 committed by Richard Kuhnt
parent 9ff3734ed0
commit e507ce5c70

View File

@ -8,7 +8,8 @@
"post_install": [
"Remove-Item \"$dir\\`$PLUGINSDIR\" -Recurse",
"Remove-Item \"$dir\\`$TEMP\" -Recurse",
"Remove-Item \"$dir\\uninstall.exe\""
"Remove-Item \"$dir\\uninstall.exe\"",
"if (!(test-path \"$dir\\tmp\")) { new-item \"$dir\\tmp\" -itemtype directory | out-null }"
],
"bin": [
"bin\\scp.exe",