diff options
author | Nick White <git@njw.me.uk> | 2009-06-02 00:53:03 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2009-06-02 00:53:03 +0100 |
commit | 127841dbea17073ab698a45e0e4a720bf0d7c46a (patch) | |
tree | 2f2d54b80ce199e599026f2f930efbe9549086a3 | |
parent | 7800af8c28fcaea89f1b0370aa21a72c24efc19d (diff) | |
download | gemrb-gameinstallers-127841dbea17073ab698a45e0e4a720bf0d7c46a.tar.bz2 gemrb-gameinstallers-127841dbea17073ab698a45e0e4a720bf0d7c46a.zip |
Remove obselete patches referenced in autoinstaller
-rwxr-xr-x | auto-installer.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auto-installer.sh b/auto-installer.sh index 58b0c86..e51d19e 100755 --- a/auto-installer.sh +++ b/auto-installer.sh @@ -84,7 +84,6 @@ while [ -z "$MINSCRIPT" ]; do SHORTGAMENAME="planescapetorment" MINSCRIPT="pst/install-2cd-minimal.sh" EXTRASCRIPT="pst/install-2cd-extra.sh" - PATCHES="pst/install-patch-fixpack.sh pst/install-patch-ub.sh pst/install-patch-tweaks.sh" WINDOWSFILES="torment.exe ereg" CDNO=2 ;; @@ -93,7 +92,7 @@ while [ -z "$MINSCRIPT" ]; do SHORTGAMENAME="planescapetorment" MINSCRIPT="pst/install-4cd-minimal.sh" EXTRASCRIPT="pst/install-4cd-extra.sh" - PATCHES="pst/install-patch-official.sh pst/install-patch-fixpack.sh pst/install-patch-ub.sh pst/install-patch-tweaks.sh" + PATCHES="pst/install-patch-official.sh" WINDOWSFILES="torment.exe ereg" CDNO=4 ;; |