summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Daly <myownlittlworld@hotmail.com>2009-06-07 20:55:27 -0500
committerNick Daly <myownlittlworld@hotmail.com>2009-06-07 20:55:27 -0500
commit6be07e1cda9767cf1f0fcab76ae0399ca9121373 (patch)
tree4ad8df34e9337e984fc66fc284a28b4f8ffd84e5
parent4cfd80f9abe0ab6098f862f3dd1d3bb7af80379b (diff)
downloadgemrb-gameinstallers-6be07e1cda9767cf1f0fcab76ae0399ca9121373.tar.bz2
gemrb-gameinstallers-6be07e1cda9767cf1f0fcab76ae0399ca9121373.zip
BG2-SOA: Remove the register directory instead of copying it to ereg.
It's a silly Windows thing that doesn't even matter anymore.
-rwxr-xr-xbg2/install-soa-4cd-us-minimal.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bg2/install-soa-4cd-us-minimal.sh b/bg2/install-soa-4cd-us-minimal.sh
index b4796b2..7833dca 100755
--- a/bg2/install-soa-4cd-us-minimal.sh
+++ b/bg2/install-soa-4cd-us-minimal.sh
@@ -41,11 +41,10 @@ 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}/sound" "${TARGETDIR}/sounds"
for directory in "compiled" "decompiled" "errors"; do mkdir -p "${TARGETDIR}/script compiler/${directory}" || die; done
-rm -r "${TARGETDIR}/cache100" "${TARGETDIR}/cache/cache150.txt" "${TARGETDIR}/mplayer"
+rm -r "${TARGETDIR}/cache100" "${TARGETDIR}/cache/cache150.txt" "${TARGETDIR}/mplayer" "${TARGETDIR}/register"
teardown "$TARGETDIR"