[SCM] Installer for game data files branch, quake, updated. 18dd8b0f41fbdb4c27587ac8039c4690b6b61b50

Jon Dowland jmtd at debian.org
Tue Apr 5 21:53:11 UTC 2011


The following commit has been merged in the quake branch:
commit 18dd8b0f41fbdb4c27587ac8039c4690b6b61b50
Author: Jon Dowland <jmtd at debian.org>
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



More information about the Pkg-games-commits mailing list