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

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

Reply via email to