The following commit has been merged in the quake branch:
commit 18dd8b0f41fbdb4c27587ac8039c4690b6b61b50
Author: Jon Dowland <[email protected]>
Date:   Tue Apr 5 22:10:34 2011 +0100

    quake: just use slipstream

diff --git a/supported/quake b/supported/quake
index 9736f14..ffb525b 100644
--- a/supported/quake
+++ b/supported/quake
@@ -115,11 +115,5 @@ common_method() {
     OUTFILE=`unravel "$OUTDIR"`"/$DEBBASE"
     cp -p "$DEB" "$OUTFILE"
 
-    slipstream_permcheck "$OUTFILE"
-    slipstream_unpack "$OUTFILE"
-    slipstream_file "$pak0" "usr/share/games/quake/id1/pak0.pak"
-    slipstream_file "$pak1" "usr/share/games/quake/id1/pak1.pak"
-    slipstream_instsize
-    slipstream_repack "$OUTFILE"
-    slipstream_cleanup
+    slipstream "$OUTFILE" "usr/share/games/quake/id1/" "$pak0" "$pak1"
 }

-- 
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