diff options
author | Nick Daly <myownlittlworld@hotmail.com> | 2009-06-06 22:19:17 -0500 |
---|---|---|
committer | Nick Daly <myownlittlworld@hotmail.com> | 2009-06-06 22:19:17 -0500 |
commit | 84a273cfaed391a8008396e595cc1fa347aa2a5c (patch) | |
tree | 14cf7ad4febb5fa9e78e35f9478837c0e16062a9 /bg2 | |
parent | dd34bc368e59b1760cb4c0c56fa8f2ad14e6f8c6 (diff) | |
download | gemrb-gameinstallers-84a273cfaed391a8008396e595cc1fa347aa2a5c.tar.bz2 gemrb-gameinstallers-84a273cfaed391a8008396e595cc1fa347aa2a5c.zip |
Installer doesn't crash when installing BG2-SOA.
Still not sure how if it works though.
Diffstat (limited to 'bg2')
-rwxr-xr-x | bg2/install-soa-4cd-us-minimal.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bg2/install-soa-4cd-us-minimal.sh b/bg2/install-soa-4cd-us-minimal.sh index 21a2361..b4796b2 100755 --- a/bg2/install-soa-4cd-us-minimal.sh +++ b/bg2/install-soa-4cd-us-minimal.sh @@ -41,7 +41,7 @@ for i in "${TARGETDIR}/hd0_"* ; do j=`echo $i | sed 's#hd0_##g' - ` ; mv "$i" "$ move_and_remove "${TARGETDIR}/cab" "${TARGETDIR}" move_and_remove "${TARGETDIR}/compiler" "${TARGETDIR}/script compiler" -move_and_remove "${TARGETDIR}/register" "${TARGETDIR}/eReg" +move_and_remove "${TARGETDIR}/register" "${TARGETDIR}/ereg" move_and_remove "${TARGETDIR}/sound" "${TARGETDIR}/sounds" for directory in "compiled" "decompiled" "errors"; do mkdir -p "${TARGETDIR}/script compiler/${directory}" || die; done |