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

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


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

    rott: optimize which files we install into the deb

diff --git a/supported/rott b/supported/rott
index 9f9f90d..a3ace15 100644
--- a/supported/rott
+++ b/supported/rott
@@ -60,14 +60,8 @@ go() {
 	unzip -qqo "ROTTSW13.SHR"
 	rm ROTTSW13.SHR
 
-	# XXX: files within the ROTTSW13.SHR file. We install the lot into the
-	# .deb, but not all will be needed. pick out the ones we need in future.
-	files="VENDOR.DOC              DEMO1_3.DMO             DEMO2_3.DMO             
-           DEMO3_3.DMO             DEMO4_3.DMO             HUNTBGIN.RTC            
-           HUNTBGIN.WAD            HUNTBGIN.RTL            MODEM.PCK               
-           ORDER.FRM               README.EXE              REMOTE1.RTS             
-           ROTT.EXE                ROTTHELP.EXE            ROTTIPX.EXE             
-           ROTTSER.EXE             SETUP.EXE               SNDSETUP.EXE"
+    # list of files from within the ZIP-inside-ZIP required for play
+    files="HUNTBGIN.RTC HUNTBGIN.RTL HUNTBGIN.WAD REMOTE1.RTS"
 
     # XXX: we have to re-implement most of slipstream() here, due
     # to the way we use it
@@ -80,6 +74,7 @@ go() {
         # of g-d-p's operation) and specify full paths
         slipstream_file "$file" "$SHAREDIR/$file"
     done
+    slipstream_file "VENDOR.DOC" "usr/share/doc/rott-data/VENDOR.DOC"
     slipstream_instsize
     slipstream_repack "$OUTFILE"
     slipstream_cleanup

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list