From b9ce5ef93fc814900f7adb6263a263e966d0499d Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 17 May 2009 15:06:22 +0100 Subject: Rearrange to remove arbitrary bg1/totsc division --- auto-installer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'auto-installer.sh') 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 ) -- cgit v1.2.3