The following commit has been merged in the rott branch:
commit a3f23e51c50662f341d40572da9a1d06943fc0bf
Author: Jon Dowland <[email protected]>
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

_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to