Author: goneri-guest
Date: 2008-04-16 10:12:14 +0000 (Wed, 16 Apr 2008)
New Revision: 6576

Modified:
   packages/trunk/teeworlds/debian/rules
Log:
avoid executable-not-elf-or-script

Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules       2008-04-16 10:11:58 UTC (rev 
6575)
+++ packages/trunk/teeworlds/debian/rules       2008-04-16 10:12:14 UTC (rev 
6576)
@@ -57,6 +57,7 @@
        dh_testroot
        dh_clean -k -i
        dh_installdirs -i
+       find data -type f -exec chmod 644 {} \;
        dh_install -i -pteeworlds-data data /usr/share/games/teeworlds/
 
 install-arch: build


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

Reply via email to