From 127841dbea17073ab698a45e0e4a720bf0d7c46a Mon Sep 17 00:00:00 2001 From: Nick White Date: Tue, 2 Jun 2009 00:53:03 +0100 Subject: Remove obselete patches referenced in autoinstaller --- auto-installer.sh | 3 +-- 1 file changed, 1 insertion(+), 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 ;; -- cgit v1.2.3