summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-04-16 09:36:12 +0100
committerNick White <git@njw.me.uk>2009-04-16 09:36:12 +0100
commit4a9b84dea70ece6354f3cde80a084dc2009e65c6 (patch)
treea9740bbace8cc55da947bb76ad943520546c873d
parentf370d9f9392270acecf87921c8961c32f0327fe8 (diff)
downloadgemrb-gameinstallers-4a9b84dea70ece6354f3cde80a084dc2009e65c6.tar.bz2
gemrb-gameinstallers-4a9b84dea70ece6354f3cde80a084dc2009e65c6.zip
Removed obselete FULLGAMENAME refs
-rw-r--r--includes/generic-includes.sh2
-rwxr-xr-xpst/install-2cd-minimal.sh2
-rwxr-xr-xpst/install-4cd-minimal.sh2
3 files changed, 1 insertions, 5 deletions
diff --git a/includes/generic-includes.sh b/includes/generic-includes.sh
index c441f55..bd0176f 100644
--- a/includes/generic-includes.sh
+++ b/includes/generic-includes.sh
@@ -30,7 +30,7 @@ function die
echo ""
echo "The install failed; sorry."
- echo "Please make sure you have the correct CDs for $FULLGAMENAME"
+ echo "Please make sure you have the correct CDs for the game"
echo "and enough free disk space, and try again."
exit 1
diff --git a/pst/install-2cd-minimal.sh b/pst/install-2cd-minimal.sh
index ecc8c8a..fa8fa04 100755
--- a/pst/install-2cd-minimal.sh
+++ b/pst/install-2cd-minimal.sh
@@ -16,8 +16,6 @@
#
# Planescape: Torment (2CD version) minimal
-FULLGAMENAME="Planescape Torment: 2CD version"
-
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
source "$scriptdir/includes/cd-includes.sh"
diff --git a/pst/install-4cd-minimal.sh b/pst/install-4cd-minimal.sh
index 517b86e..3552312 100755
--- a/pst/install-4cd-minimal.sh
+++ b/pst/install-4cd-minimal.sh
@@ -16,8 +16,6 @@
#
# Installs Planescape: Torment (4CD version) minimal
-FULLGAMENAME="Planescape Torment: 4CD version"
-
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
source "$scriptdir/includes/cd-includes.sh"