summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2009-04-15 15:53:19 +0100
committerNick White <git@njw.me.uk>2009-04-15 15:53:19 +0100
commitb4287acf7cef82f0215de55fd937670761fdee41 (patch)
tree0c4e3d00923eb5012689dc541045daf69e8ae18b
parentf668f7acafd2c15fe915f753d7ca9fd5b5f53d43 (diff)
downloadgemrb-gameinstallers-b4287acf7cef82f0215de55fd937670761fdee41.tar.bz2
gemrb-gameinstallers-b4287acf7cef82f0215de55fd937670761fdee41.zip
Normalised script descriptions
-rwxr-xr-xauto-installer.sh3
-rwxr-xr-xbg1/install-3cd-extra.sh2
-rwxr-xr-xbg1/install-3cd-minimal.sh2
-rwxr-xr-xbg1/install-5cd-extra.sh2
-rwxr-xr-xbg1/install-5cd-minimal.sh2
-rwxr-xr-xpst/install-2cd-extra.sh2
-rwxr-xr-xpst/install-2cd-minimal.sh2
-rwxr-xr-xpst/install-4cd-extra.sh2
-rwxr-xr-xpst/install-4cd-minimal.sh2
-rwxr-xr-xtotsc/install-1cd-uk.sh2
10 files changed, 12 insertions, 9 deletions
diff --git a/auto-installer.sh b/auto-installer.sh
index a31dbd8..f8052bd 100755
--- a/auto-installer.sh
+++ b/auto-installer.sh
@@ -13,6 +13,9 @@
#
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
+#
+# Runs the appropriate installer(s) for an Infinity Engine game,
+# based on the CD inserted
FULLGAMENAME=''
MINSCRIPT=''
diff --git a/bg1/install-3cd-extra.sh b/bg1/install-3cd-extra.sh
index b7604f5..31cc5d7 100755
--- a/bg1/install-3cd-extra.sh
+++ b/bg1/install-3cd-extra.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Extra Baldur's Gate content (so CDs aren't needed)
+# Extra Baldur's Gate (3CD version) content (so CDs aren't needed)
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
diff --git a/bg1/install-3cd-minimal.sh b/bg1/install-3cd-minimal.sh
index 08ff855..09d189b 100755
--- a/bg1/install-3cd-minimal.sh
+++ b/bg1/install-3cd-minimal.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Baldur's Gate & Tales of the Sword Coast 3CD version minimal
+# Baldur's Gate & Tales of the Sword Coast (3CD version) minimal
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
diff --git a/bg1/install-5cd-extra.sh b/bg1/install-5cd-extra.sh
index b97f052..9e6847d 100755
--- a/bg1/install-5cd-extra.sh
+++ b/bg1/install-5cd-extra.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Installs all extra Baldur's Gate content (so CDs aren't needed)
+# Extra Baldur's Gate (5CD International version) content (so CDs aren't needed)
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
diff --git a/bg1/install-5cd-minimal.sh b/bg1/install-5cd-minimal.sh
index 8625427..002c5a9 100755
--- a/bg1/install-5cd-minimal.sh
+++ b/bg1/install-5cd-minimal.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Baldur's Gate 5CD International version minimal
+# Baldur's Gate (5CD International version) minimal
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
diff --git a/pst/install-2cd-extra.sh b/pst/install-2cd-extra.sh
index 47922a8..4fe58a9 100755
--- a/pst/install-2cd-extra.sh
+++ b/pst/install-2cd-extra.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Installs Planescape Torment 2CD version extras
+# Extra Planescape: Torment (2CD version) content (so CDs aren't needed)
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
diff --git a/pst/install-2cd-minimal.sh b/pst/install-2cd-minimal.sh
index 0b90703..ecc8c8a 100755
--- a/pst/install-2cd-minimal.sh
+++ b/pst/install-2cd-minimal.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Installs Planescape Torment 2CD version minimal
+# Planescape: Torment (2CD version) minimal
FULLGAMENAME="Planescape Torment: 2CD version"
diff --git a/pst/install-4cd-extra.sh b/pst/install-4cd-extra.sh
index 64e1a66..02f566e 100755
--- a/pst/install-4cd-extra.sh
+++ b/pst/install-4cd-extra.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Installs Planescape Torment 4CD version extras
+# Extra Planescape: Torment (4CD version) content (so CDs aren't needed)
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"
diff --git a/pst/install-4cd-minimal.sh b/pst/install-4cd-minimal.sh
index 4680949..517b86e 100755
--- a/pst/install-4cd-minimal.sh
+++ b/pst/install-4cd-minimal.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Installs Planescape Torment 4CD version minimal
+# Installs Planescape: Torment (4CD version) minimal
FULLGAMENAME="Planescape Torment: 4CD version"
diff --git a/totsc/install-1cd-uk.sh b/totsc/install-1cd-uk.sh
index 8051557..09c4f74 100755
--- a/totsc/install-1cd-uk.sh
+++ b/totsc/install-1cd-uk.sh
@@ -14,7 +14,7 @@
# See <http://www.gnu.org/licenses/> for a copy of the GNU General
# Public License.
#
-# Tales of the Sword Coast 1CD version
+# Tales of the Sword Coast (1CD version)
scriptdir="$(dirname $0)"/..
source "$scriptdir/includes/generic-includes.sh"