r2215 - scripts/trunk

Bruno Fuddl-guestquot; Fuddl" Kleinert fuddl-guest at alioth.debian.org
Sat Dec 23 00:14:03 CET 2006


Author: fuddl-guest
Date: 2006-12-23 00:14:03 +0100 (Sat, 23 Dec 2006)
New Revision: 2215

Modified:
   scripts/trunk/scorched3d-prepare.sh
Log:
make scorched3d-prepare.sh delete config.status und config.log file

Modified: scripts/trunk/scorched3d-prepare.sh
===================================================================
--- scripts/trunk/scorched3d-prepare.sh	2006-12-22 22:52:53 UTC (rev 2214)
+++ scripts/trunk/scorched3d-prepare.sh	2006-12-22 23:14:03 UTC (rev 2215)
@@ -7,8 +7,8 @@
 tar -xzf Scorched3D-$VERSION-src.tar.gz
 rm -f scorched/data/fonts/test.ttf
 rm -f scorched/data/fonts/testout.ttf
-find scorched/ -iname "*.deps" -exec rm -rf {} \;
-find scorched/ -iname "*.Po" -exec rm -f {} \;
+rm -f scorched/config.log
+rm -f scorched/config.status
 mv scorched scorched3d-$VERSION.dfsg
 tar -czf scorched3d_$VERSION.dfsg.orig.tar.gz scorched3d-$VERSION.dfsg
 svn export svn://svn.debian.org/pkg-games/packages/trunk/scorched3d/debian scorched3d-$VERSION.dfsg/debian




More information about the Pkg-games-commits mailing list