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

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


The following commit has been merged in the rott branch:
commit 302a345b6ebdddc83357e918c273ea770419adc3
Author: Jon Dowland <jmtd at debian.org>
Date:   Wed Dec 16 16:51:00 2009 +0000

    rott: don't overwrite source .deb

diff --git a/supported/rott b/supported/rott
index 367bd68..1da9fbb 100644
--- a/supported/rott
+++ b/supported/rott
@@ -70,8 +70,8 @@ go() {
 
     # XXX: we have to re-implement most of slipstream() here, due
     # to the way we use it
-    slipstream_permcheck "$DEB"
-    slipstream_unpack "$DEB"
+    slipstream_permcheck "$OUTFILE"
+    slipstream_unpack "$OUTFILE"
     for file in $files; do
         # XXX: files are treated as being relative to $WORKDIR, hence
         # unpacking straight into it. Might be nicer to tidy away the
@@ -80,7 +80,7 @@ go() {
         slipstream_file "$file" "$SHAREDIR/$file"
     done
     slipstream_instsize
-    slipstream_repack "$DEB"
+    slipstream_repack "$OUTFILE"
     slipstream_cleanup
 
 	rm $files

-- 
Installer for game data files



More information about the Pkg-games-commits mailing list