diff options
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" |