[SCM] Installer for game data files branch, rott, updated. 86c4002c57b43957f8cf8278cce4edfecaf53bb3

Jon Dowland jmtd at debian.org
Wed Dec 16 17:34:59 UTC 2009


The following commit has been merged in the rott branch:
commit a3f23e51c50662f341d40572da9a1d06943fc0bf
Author: Jon Dowland <jmtd at debian.org>
Date:   Wed Dec 16 17:26:10 2009 +0000

    rott: cleanup files we don't install

diff --git a/supported/rott b/supported/rott
index a3ace15..75edb2d 100644
--- a/supported/rott
+++ b/supported/rott
@@ -62,6 +62,10 @@ go() {
 
     # list of files from within the ZIP-inside-ZIP required for play
     files="HUNTBGIN.RTC HUNTBGIN.RTL HUNTBGIN.WAD REMOTE1.RTS"
+	otherfiles="VENDOR.DOC    DEMO1_3.DMO  DEMO2_3.DMO   DEMO3_3.DMO
+                DEMO4_3.DMO   MODEM.PCK    ORDER.FRM     README.EXE
+                ROTT.EXE      ROTTHELP.EXE ROTTIPX.EXE   ROTTSER.EXE
+                SETUP.EXE     SNDSETUP.EXE"
 
     # XXX: we have to re-implement most of slipstream() here, due
     # to the way we use it
@@ -79,7 +83,7 @@ go() {
     slipstream_repack "$OUTFILE"
     slipstream_cleanup
 
-	rm $files
+	rm $files $otherfiles
 
 	cd "$oldpwd"
 }

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list