summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-05-17 15:06:22 +0100
committerNick White <git@njw.me.uk>2009-05-17 15:06:22 +0100
commitb9ce5ef93fc814900f7adb6263a263e966d0499d (patch)
treee2da0d98959bf96382fe07a146dfd515be0f801e /auto-installer.sh
parent32a0107f411a09c132090623b66e1af7b01b4bc1 (diff)
downloadgemrb-gameinstallers-b9ce5ef93fc814900f7adb6263a263e966d0499d.tar.bz2
gemrb-gameinstallers-b9ce5ef93fc814900f7adb6263a263e966d0499d.zip
Rearrange to remove arbitrary bg1/totsc division
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index 32e4736..4c1fe99 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -48,17 +48,17 @@ while [ -z "$MINSCRIPT" ]; do
$BG1_TOTSC_3CD_US_MD5 )
FULLGAMENAME="Baldurs Gate & Tales of the Sword Coast: 3CD US version"
SHORTGAMENAME="baldursgate1totsc"
- MINSCRIPT=totsc/install-3cd-minimal.sh
- EXTRASCRIPT=totsc/install-3cd-extra.sh
- PATCHES="totsc/install-patch-baldurdash-fix.sh totsc/install-patch-baldurdash-text.sh"
+ MINSCRIPT=bg1/install-3cd-minimal.sh
+ EXTRASCRIPT=bg1/install-3cd-extra.sh
+ PATCHES="bg1/install-patch-baldurdash-fix.sh bg1/install-patch-totsc-baldurdash-text.sh"
WINDOWSFILES="baldur.exe bgmain.exe config.exe keymap.ini luaauto.cfg update.url"
CDNO=3
;;
$BG1_TOTSC_1CD_UK_MD5 )
FULLGAMENAME="Baldurs Gate Tales of the Sword Coast: 1CD UK version"
SHORTGAMENAME="baldursgate1totsc"
- MINSCRIPT=totsc/install-1cd-uk.sh
- PATCHES="totsc/install-patch-uk.sh totsc/install-patch-baldurdash-fix.sh totsc/install-patch-baldurdash-text.sh"
+ MINSCRIPT=bg1/install-1cd-totsc-uk.sh
+ PATCHES="bg1/install-patch-totsc-uk.sh bg1/install-patch-baldurdash-fix.sh bg1/install-patch-totsc-baldurdash-text.sh"
WINDOWSFILES="bgmain2.exe baldur.exe config.exe mconvert.exe"
;;
$PST_2CD_MD5 )