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


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

Reply via email to