diff options
author | Nick White <git@njw.me.uk> | 2009-04-15 15:02:53 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-04-15 15:02:53 +0100 |
commit | 2ad9080137306430df3ed33a8ebc3e26d902269e (patch) | |
tree | 4efdc7b6681afffd76d3d4afed81cf09a97d8d37 /pst | |
parent | ff32e8c62cbc00c30849dbbaa275bad72fe98e5e (diff) | |
download | gemrb-gameinstallers-2ad9080137306430df3ed33a8ebc3e26d902269e.tar.bz2 gemrb-gameinstallers-2ad9080137306430df3ed33a8ebc3e26d902269e.zip |
Remove tweak which required exe patching
Diffstat (limited to 'pst')
-rwxr-xr-x | pst/install-patch-tweaks.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pst/install-patch-tweaks.sh b/pst/install-patch-tweaks.sh index 6886aef..be25e2d 100755 --- a/pst/install-patch-tweaks.sh +++ b/pst/install-patch-tweaks.sh @@ -1,7 +1,6 @@ #!/bin/bash -# Planescape: Torment Tweak Pack -# Note: this only installs the Banter Accelerator -# and Stackable Items tweaks +# Planescape: Torment Tweaks +# Note: this only installs the Stackable Items and Save Nordom tweaks # Note: This requires the freeware version of unrar, available # from http://www.rarlab.com/rar_add.htm @@ -29,7 +28,7 @@ case "$LANGUAGE" in esac # echo to install all manually as --yes assumes English -echo -e "${langno}\nn\n2\nn\nn\ni\nn\ni\nn\nn\nn\nn\nn\nn\nn\nn\nn\n" \ +echo -e "${langno}\nn\nn\nn\nn\ni\nn\ni\nn\nn\nn\nn\nn\nn\nn\nn\nn\n" \ | WeiDU --continue setup-pst-tweak.tp2 || die setperms "$TARGETDIR" |