diff options
author | Nick Daly <myownlittlworld@hotmail.com> | 2009-07-02 20:24:27 -0500 |
---|---|---|
committer | Nick Daly <myownlittlworld@hotmail.com> | 2009-07-02 20:24:27 -0500 |
commit | f4b77bbe86d5e97e7960d5132d73c15daaffeabf (patch) | |
tree | ad4f3f9606cbafa0f79806c828be99bf666d1dcb /bg2 | |
parent | d370a8e2a2d58d20da284683bd9262e6ca696746 (diff) | |
parent | feb2cd603ba1ae6e7dc04e17463c87777f882363 (diff) | |
download | gemrb-gameinstallers-f4b77bbe86d5e97e7960d5132d73c15daaffeabf.tar.bz2 gemrb-gameinstallers-f4b77bbe86d5e97e7960d5132d73c15daaffeabf.zip |
Merge branch 'master' of http://git.njw.me.uk/gemrb-gameinstallers
Conflicts:
auto-installer.sh
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. |