diff options
-rwxr-xr-x | bg2/install-4cd-minimal-us.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bg2/install-4cd-minimal-us.sh b/bg2/install-4cd-minimal-us.sh index be9af24..864b010 100755 --- a/bg2/install-4cd-minimal-us.sh +++ b/bg2/install-4cd-minimal-us.sh @@ -33,7 +33,6 @@ mkdir -p "${TARGETDIR}/portraits" || die cp "${CDMOUNT}/baldur.ico" "$TARGETDIR" || die -# FIXME: strip hd0_ from all folder names unshield -L x "${CDMOUNT}/data1.cab" -d "$TARGETDIR" || die rm -r "${TARGETDIR}/_"* # remove all the the fake directories. |