Author: baby-guest
Date: 2007-08-04 20:28:38 +0000 (Sat, 04 Aug 2007)
New Revision: 3556

Modified:
   packages/trunk/btanks/debian/rules
Log:
Fixed data permissions



Modified: packages/trunk/btanks/debian/rules
===================================================================
--- packages/trunk/btanks/debian/rules  2007-08-04 20:15:53 UTC (rev 3555)
+++ packages/trunk/btanks/debian/rules  2007-08-04 20:28:38 UTC (rev 3556)
@@ -51,7 +51,7 @@
        dh_testroot
        dh_clean -k 
        dh_installdirs
-       #$(MAKE) DESTDIR=$(CURDIR)/debian/btanks install
+       find data | while read l; do if [ -f "$$l" ]; then chmod -x "$$l"; fi; 
done
 
 # Build architecture-independent files here.
 binary-indep: build install


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

Reply via email to