r13510 - packages/trunk/0ad/debian

Vincent Cheng vincentc-guest at alioth.debian.org
Thu Apr 26 10:22:04 UTC 2012


Author: vincentc-guest
Date: 2012-04-26 10:22:03 +0000 (Thu, 26 Apr 2012)
New Revision: 13510

Modified:
   packages/trunk/0ad/debian/rules
Log:
0ad: modify override_dh_auto_clean target to clean up binaries/system/ properly


Modified: packages/trunk/0ad/debian/rules
===================================================================
--- packages/trunk/0ad/debian/rules	2012-04-22 22:21:26 UTC (rev 13509)
+++ packages/trunk/0ad/debian/rules	2012-04-26 10:22:03 UTC (rev 13510)
@@ -7,7 +7,7 @@
 	build/workspaces/clean-workspaces.sh
 	
 	# Clean up some extra cruft not picked up by clean-workspaces.sh
-	rm -f binaries/system/*.a
+	find binaries/system/ -type f ! -name readme.txt -delete
 	rm -f libraries/fcollada/lib/*.a
 	rm -f build/premake/.*.tmp
 	




More information about the Pkg-games-commits mailing list