r6669 - packages/trunk/teeworlds/debian
Jack Coulter
jscinoz-guest at alioth.debian.org
Sun Apr 20 01:12:21 UTC 2008
Author: jscinoz-guest
Date: 2008-04-20 01:12:21 +0000 (Sun, 20 Apr 2008)
New Revision: 6669
Modified:
packages/trunk/teeworlds/debian/rules
Log:
Replaced dh_fixperms in install-indep with "find data -type f -exec chmod 644 {} \;" as dh_fixperms leaves fonts executable for some reason
Modified: packages/trunk/teeworlds/debian/rules
===================================================================
--- packages/trunk/teeworlds/debian/rules 2008-04-20 01:08:36 UTC (rev 6668)
+++ packages/trunk/teeworlds/debian/rules 2008-04-20 01:12:21 UTC (rev 6669)
@@ -57,7 +57,7 @@
dh_testroot
dh_clean -k -i
dh_installdirs -i
- dh_fixperms -i
+ find data -type f -exec chmod 644 {} \;
dh_install -i -pteeworlds-data data /usr/share/games/teeworlds/
install-arch: build
@@ -65,7 +65,6 @@
dh_testroot
dh_clean -k -s
dh_installdirs -s
-
dh_desktop -pteeworlds debian/teeworlds.desktop
dh_installman -pteeworlds debian/teeworlds.6
More information about the Pkg-games-commits
mailing list