r6336 - packages/trunk/game-package/lib
Jon Dowland
jmtd-guest at alioth.debian.org
Wed Mar 26 22:46:36 UTC 2008
Author: jmtd-guest
Date: 2008-03-26 22:46:36 +0000 (Wed, 26 Mar 2008)
New Revision: 6336
Modified:
packages/trunk/game-package/lib/game-package-shared
Log:
fix error-out
Modified: packages/trunk/game-package/lib/game-package-shared
===================================================================
--- packages/trunk/game-package/lib/game-package-shared 2008-03-26 22:15:45 UTC (rev 6335)
+++ packages/trunk/game-package/lib/game-package-shared 2008-03-26 22:46:36 UTC (rev 6336)
@@ -106,8 +106,9 @@
# repack
mv DEBIAN slipstream.unpacked
# XXX: capture the output of dpkg-deb and hide it
- fakeroot dpkg-deb -b slipstream.unpacked "$DEB" | \
- grep -v "^dpkg-deb: building package \`doom-wad' in \`$DEB'."
+ fakeroot dpkg-deb -b slipstream.unpacked "$DEB" | ( \
+ grep -v "^dpkg-deb: building package \`doom-wad' in \`$DEB'."\
+ || true)
}
More information about the Pkg-games-commits
mailing list