r6576 - packages/trunk/teeworlds/debian
Gonéri LE BOUDER
goneri-guest at alioth.debian.org
Wed Apr 16 10:12:14 UTC 2008
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
More information about the Pkg-games-commits
mailing list