summaryrefslogtreecommitdiff
path: root/bg2/install-tob-1cd-us-minimal.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bg2/install-tob-1cd-us-minimal.sh')
-rwxr-xr-xbg2/install-tob-1cd-us-minimal.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bg2/install-tob-1cd-us-minimal.sh b/bg2/install-tob-1cd-us-minimal.sh
index 67aa795..147e9a2 100755
--- a/bg2/install-tob-1cd-us-minimal.sh
+++ b/bg2/install-tob-1cd-us-minimal.sh
@@ -37,7 +37,9 @@ then
# TODO ask user to run the appropriate preinstaller.
fi
-unshield -d "$TARGETDIR" -L x "${CDMOUNT}/data1.cab" || die
+# work around unshield bug (#2801016 in SynCE project)
+#unshield -d "$TARGETDIR" -L x "${CDMOUNT}/data1.cab" || die
+cd "$TARGETDIR" && unshield -d . -L x "${CDMOUNT}/data1.cab" || die
rm -r "${TARGETDIR}/_"* # remove all the the fake directories.