[maemo-commits] [maemo-commits] r15718 - projects/haf/trunk/osso-af-startup/debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Jul 1 16:25:07 EEST 2008
Author: schulhof
Date: 2008-07-01 16:25:05 +0300 (Tue, 01 Jul 2008)
New Revision: 15718

Modified:
   projects/haf/trunk/osso-af-startup/debian/rules
Log:


Modified: projects/haf/trunk/osso-af-startup/debian/rules
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/rules	2008-07-01 13:23:48 UTC (rev 15717)
+++ projects/haf/trunk/osso-af-startup/debian/rules	2008-07-01 13:25:05 UTC (rev 15718)
@@ -24,7 +24,6 @@
 configure-stamp:
 	dh_testdir
 	# Remove all the 775 and 664 permissions. I dunno why they exist O_o
-	for Nix in `find $(CURDIR) | grep -v '\.svn' | grep -v '^\.$$'`; do if ls -ld $$Nix | awk '{print $$1;}' | grep -q x; then chmod 755 $$Nix ; else chmod 644 $$Nix ; fi ; done
 	touch configure-stamp
 
 


More information about the maemo-commits mailing list