diff options
Diffstat (limited to 'bg2')
-rwxr-xr-x | bg2/install-tob-1cd-us-minimal.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bg2/install-tob-1cd-us-minimal.sh b/bg2/install-tob-1cd-us-minimal.sh index 5ec0f16..67aa795 100755 --- a/bg2/install-tob-1cd-us-minimal.sh +++ b/bg2/install-tob-1cd-us-minimal.sh @@ -37,7 +37,7 @@ then # TODO ask user to run the appropriate preinstaller. fi -unshield -L x "${CDMOUNT}/data1.cab" -d "$TARGETDIR" || die +unshield -d "$TARGETDIR" -L x "${CDMOUNT}/data1.cab" || die rm -r "${TARGETDIR}/_"* # remove all the the fake directories. |