r6060 - ! dirs' list truncated !

Jon Dowland jmtd-guest at alioth.debian.org
Sat Mar 15 13:52:09 UTC 2008


Author: jmtd-guest
Date: 2008-03-15 13:52:08 +0000 (Sat, 15 Mar 2008)
New Revision: 6060

Modified:
   packages/branches/game-package/support_doom1/supported/doom
Log:
ultimate doom stuff

Modified: packages/branches/game-package/support_doom1/supported/doom
===================================================================
--- packages/branches/game-package/support_doom1/supported/doom	2008-03-15 13:50:53 UTC (rev 6059)
+++ packages/branches/game-package/support_doom1/supported/doom	2008-03-15 13:52:08 UTC (rev 6060)
@@ -1,13 +1,13 @@
 # vim: set ft=sh:
 
-SHORTNAME=doom2
-LONGNAME="Doom 2"
+SHORTNAME=doom
+LONGNAME="Doom"
 
-DEBBASE="doom2-wad_7_all.deb"
+DEBBASE="doom-wad_7_all.deb"
 
 doom2_usage() {
-	echo "doom2 game arguments:"  >&2
-	printf "\twadfile - path to a doom2.wad\n"
+	echo "doom game arguments:"  >&2
+	printf "\twadfile - path to a doom.wad\n"
 }
 
 verify_args() {
@@ -26,11 +26,12 @@
 
 check_for_v19() {
 	case "$MD5SUM" in
-		"25e1459ca71d321525f84628f45ca8cd")
-			debug "doom2.wad is a v1.9 IWAD"
+		"c4fe9fd920207691a9f493668e0a2083")
+			debug "doom.wad is a v1.9 IWAD"
 			;;
 		*)
-			warn "the doom2.wad file is not version 1.9"
+			warn "the doom.wad file is not version 1.9"
+			warn "(or has been modified)"
 			warn "you may have some problems with PWADs and demos"
 			;;
 	esac
@@ -39,7 +40,6 @@
 
 DATADIR="/usr/share/games/game-package"
 
-# XXX: is PWD a bashism?
 if [ -f "$PWD/$DEBBASE" ]; then
 	DEB="$PWD/$DEBBASE"
 else
@@ -55,7 +55,7 @@
 	DEST=`echo $DATADIR | sed 's,^/,,'`
 
 	if [ "" = "$OUTFILE" ]; then
-		OUTFILE=`mktemp -t game-package.doom2.XXXXXX`
+		OUTFILE=`mktemp -t game-package.doom.XXXXXX`
 	fi
 	cp -p "$DEB" "$OUTFILE"
 	slipstream "$OUTFILE" "$DEST" "$WADFILE"




More information about the Pkg-games-commits mailing list