From 28083ccefa13e4137afb300544072e7e176c7de8 Mon Sep 17 00:00:00 2001
From: Nick White <git@njw.me.uk>
Date: Fri, 1 May 2009 10:38:18 +0100
Subject: Changed default install paths to not clash with script directory
 names

---
 auto-installer.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/auto-installer.sh b/auto-installer.sh
index b3ec696..a34a5cd 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -38,7 +38,7 @@ while [ -z "$MINSCRIPT" ]; do
 	case "$CDMD5" in
 		"138528155dfeb695bd63f90eacee7dc0" )
 			FULLGAMENAME="Baldurs Gate 1: 5CD International version"
-			SHORTGAMENAME="bg1"
+			SHORTGAMENAME="baldursgate1"
 			MINSCRIPT=bg1/install-5cd-minimal.sh
 			EXTRASCRIPT=bg1/install-5cd-extra.sh
 			PATCHES="bg1/install-patch-intl.sh bg1/install-patch-baldurdash-fix.sh bg1/install-patch-baldurdash-text.sh"
@@ -47,7 +47,7 @@ while [ -z "$MINSCRIPT" ]; do
 			;;
 		"1a6828b97a27967e8c4acc25e1ef48d2" )
 			FULLGAMENAME="Baldurs Gate & Tales of the Sword Coast: 3CD US version"
-			SHORTGAMENAME="totsc"
+			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"
@@ -56,7 +56,7 @@ while [ -z "$MINSCRIPT" ]; do
 			;;
 		"e27d259ddc0171ff945dbba136e60309" )
 			FULLGAMENAME="Baldurs Gate Tales of the Sword Coast: 1CD UK version"
-			SHORTGAMENAME="totsc"
+			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"
 			WINDOWSFILES="bgmain2.exe baldur.exe config.exe mconvert.exe"
@@ -64,7 +64,7 @@ while [ -z "$MINSCRIPT" ]; do
 			;;
 		"640b61443cc86c434f1b6826e63c0e33" )
 			FULLGAMENAME="Planescape Torment: 2CD version"
-			SHORTGAMENAME="pst"
+			SHORTGAMENAME="planescapetorment"
 			MINSCRIPT=pst/install-2cd-minimal.sh
 			EXTRASCRIPT=pst/install-2cd-extra.sh
 			WINDOWSFILES="torment.exe ereg"
@@ -72,7 +72,7 @@ while [ -z "$MINSCRIPT" ]; do
 			;;
 		"5e8c2075163aca124de4a467fb33063d" )
 			FULLGAMENAME="Planescape Torment: 4CD version"
-			SHORTGAMENAME="pst"
+			SHORTGAMENAME="planescapetorment"
 			MINSCRIPT=pst/install-4cd-minimal.sh
 			EXTRASCRIPT=pst/install-4cd-extra.sh
 			PATCHES="pst/install-patch-official.sh"
-- 
cgit v1.2.3