summaryrefslogtreecommitdiff
path: root/auto-installer.sh
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-05-17 12:05:23 +0100
committerNick White <git@njw.me.uk>2009-05-17 12:05:23 +0100
commitd207ab923418b2a9e79b7aa263a731a54b3bad97 (patch)
tree61bb37b07b0841fabb240f63fdc21d75c3689b8a /auto-installer.sh
parente2f6690cc2cf57df3788a20f5be2dfbdf5d660b8 (diff)
downloadgemrb-gameinstallers-d207ab923418b2a9e79b7aa263a731a54b3bad97.tar.bz2
gemrb-gameinstallers-d207ab923418b2a9e79b7aa263a731a54b3bad97.zip
Corrected file locations from Nick's merge
Diffstat (limited to 'auto-installer.sh')
-rwxr-xr-xauto-installer.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index b6d7bd1..8be47f3 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -48,9 +48,9 @@ while [ -z "$MINSCRIPT" ]; do
$BG1_TOTSC_3CD_US_MD5 )
FULLGAMENAME="Baldurs Gate & Tales of the Sword Coast: 3CD US version"
SHORTGAMENAME="baldursgate1totsc"
- MINSCRIPT=bg1/install-3cd-minimal.sh
- EXTRASCRIPT=bg1/install-3cd-extra.sh
- PATCHES="bg1/install-patch-baldurdash-fix.sh bg1/install-patch-baldurdash-text.sh"
+ 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"
WINDOWSFILES="baldur.exe bgmain.exe config.exe keymap.ini luaauto.cfg update.url"
CDNO=3
;;