diff options
author | Nick White <git@njw.me.uk> | 2009-04-15 15:53:19 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-04-15 15:53:19 +0100 |
commit | b4287acf7cef82f0215de55fd937670761fdee41 (patch) | |
tree | 0c4e3d00923eb5012689dc541045daf69e8ae18b /pst | |
parent | f668f7acafd2c15fe915f753d7ca9fd5b5f53d43 (diff) | |
download | gemrb-gameinstallers-b4287acf7cef82f0215de55fd937670761fdee41.tar.bz2 gemrb-gameinstallers-b4287acf7cef82f0215de55fd937670761fdee41.zip |
Normalised script descriptions
Diffstat (limited to 'pst')
-rwxr-xr-x | pst/install-2cd-extra.sh | 2 | ||||
-rwxr-xr-x | pst/install-2cd-minimal.sh | 2 | ||||
-rwxr-xr-x | pst/install-4cd-extra.sh | 2 | ||||
-rwxr-xr-x | pst/install-4cd-minimal.sh | 2 |
4 files changed, 4 insertions, 4 deletions
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" |