diff options
author | Nick White <git@njw.me.uk> | 2009-08-16 01:15:29 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-08-16 01:15:29 +0100 |
commit | 5c40dc472438e58f33caa5c9aad8242d8b0b523f (patch) | |
tree | e399741e29f2fa34b2e8ecb0ce3c9d22bd99780b /iwd | |
parent | 159fa68247152e8a4eeadd7d8172ea6154bab93c (diff) | |
download | gemrb-gameinstallers-5c40dc472438e58f33caa5c9aad8242d8b0b523f.tar.bz2 gemrb-gameinstallers-5c40dc472438e58f33caa5c9aad8242d8b0b523f.zip |
Renamed and reordered IWD installs
I can't find any evidence to the contrary that there was only one IWD
release worldwide (excepting a problematic pressing in the UK). As such
the scripts have been appropriately renamed.
Diffstat (limited to 'iwd')
-rwxr-xr-x | iwd/install-2cd-extra.sh (renamed from iwd/install-2cd-uk-extra.sh) | 2 | ||||
-rwxr-xr-x | iwd/install-2cd-minimal.sh (renamed from iwd/install-2cd-uk-minimal.sh) | 2 | ||||
-rwxr-xr-x | iwd/install-patch-intl.sh (renamed from iwd/install-patch-us.sh) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/iwd/install-2cd-uk-extra.sh b/iwd/install-2cd-extra.sh index bd2376e..51eda70 100755 --- a/iwd/install-2cd-uk-extra.sh +++ b/iwd/install-2cd-extra.sh @@ -14,7 +14,7 @@ # See <http://www.gnu.org/licenses/> for a copy of the GNU General # Public License. # -# Icewind Dale (2CD UK version) extra content +# Icewind Dale (2CD version) extra content scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/iwd/install-2cd-uk-minimal.sh b/iwd/install-2cd-minimal.sh index 471a14d..1b60b85 100755 --- a/iwd/install-2cd-uk-minimal.sh +++ b/iwd/install-2cd-minimal.sh @@ -14,7 +14,7 @@ # See <http://www.gnu.org/licenses/> for a copy of the GNU General # Public License. # -# Icewind Dale (2CD UK version) minimal +# Icewind Dale (2CD version) minimal scriptdir="$(dirname $0)"/.. source "$scriptdir/includes/generic-includes.sh" diff --git a/iwd/install-patch-us.sh b/iwd/install-patch-intl.sh index 625c023..7dfe53f 100755 --- a/iwd/install-patch-us.sh +++ b/iwd/install-patch-intl.sh @@ -14,7 +14,7 @@ # See <http://www.gnu.org/licenses/> for a copy of the GNU General # Public License. # -# Icewind Dale US/UK version patch v1.06 +# Icewind Dale patch v1.06 # # info : http://www.planetbaldursgate.com/iwd/media/files/patches/iwdreadme106.txt # size : 3.2 MB |