diff options
author | Tasos Latsas <tlatsas@users.sourceforge.net> | 2009-06-18 15:50:48 +0300 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-06-23 11:57:55 +0100 |
commit | feb2cd603ba1ae6e7dc04e17463c87777f882363 (patch) | |
tree | 74883a786c0cd1f6fa1774946596e5dafc4dd810 /iwd | |
parent | 470b322c5cb3c392f77fc63bb14a1c61abf9180a (diff) | |
download | gemrb-gameinstallers-feb2cd603ba1ae6e7dc04e17463c87777f882363.tar.bz2 gemrb-gameinstallers-feb2cd603ba1ae6e7dc04e17463c87777f882363.zip |
pass unshield options before extract command
Diffstat (limited to 'iwd')
-rwxr-xr-x | iwd/install-2cd-uk-minimal.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iwd/install-2cd-uk-minimal.sh b/iwd/install-2cd-uk-minimal.sh index dd1c80a..abfe6fe 100755 --- a/iwd/install-2cd-uk-minimal.sh +++ b/iwd/install-2cd-uk-minimal.sh @@ -28,7 +28,7 @@ getcd 1 $IWD_2CD_UK_MD5 data1.cab mkdir -p "$TARGETDIR" || die -unshield -L x "${CDMOUNT}/data1.cab" -d "$TARGETDIR" || die +unshield -d "$TARGETDIR" -L x "${CDMOUNT}/data1.cab" || die move_and_remove "${TARGETDIR}/minimum_compressed/" "$TARGETDIR" move_and_remove "${TARGETDIR}/recommended_compressed/data/" "${TARGETDIR}/data" |