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

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

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 12:48:48 UTC (rev 15715)
+++ projects/haf/trunk/osso-af-startup/debian/rules	2008-07-01 13:01:34 UTC (rev 15716)
@@ -23,8 +23,8 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
-	# Add here commands to configure the package.
-
+	# 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
 
 
@@ -84,7 +84,7 @@
 	dh_link
 	dh_strip
 	dh_compress
-	dh_fixperms
+#	dh_fixperms
 #	dh_perl
 #	dh_python
 #	dh_makeshlibs


More information about the maemo-commits mailing list