r6645 - packages/trunk/teeworlds/debian

Jack Coulter jscinoz-guest at alioth.debian.org
Fri Apr 18 13:13:32 UTC 2008


Author: jscinoz-guest
Date: 2008-04-18 13:13:32 +0000 (Fri, 18 Apr 2008)
New Revision: 6645

Modified:
   packages/trunk/teeworlds/debian/rules
Log:
Changed find data -type f -exec chmod 644 {} \; to dh_fixperms -i in 
debian/rules


Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules	2008-04-18 12:56:34 UTC (rev 6644)
+++ packages/trunk/teeworlds/debian/rules	2008-04-18 13:13:32 UTC (rev 6645)
@@ -57,7 +57,7 @@
 	dh_testroot
 	dh_clean -k -i
 	dh_installdirs -i
-	find data -type f -exec chmod 644 {} \;
+	dh_fixperms -i
 	dh_install -i -pteeworlds-data data /usr/share/games/teeworlds/
 
 install-arch: build




More information about the Pkg-games-commits mailing list