[Glibc-bsd-commits] r3515 - in trunk: kfreebsd-8/debian kfreebsd-9/debian

Robert Millan rmh at alioth.debian.org
Sat Jul 2 13:26:38 UTC 2011


Author: rmh
Date: 2011-07-02 13:26:38 +0000 (Sat, 02 Jul 2011)
New Revision: 3515

Modified:
   trunk/kfreebsd-8/debian/rules
   trunk/kfreebsd-9/debian/rules
Log:
Fix build perms in awk scripts.

Modified: trunk/kfreebsd-8/debian/rules
===================================================================
--- trunk/kfreebsd-8/debian/rules	2011-07-02 13:24:37 UTC (rev 3514)
+++ trunk/kfreebsd-8/debian/rules	2011-07-02 13:26:38 UTC (rev 3515)
@@ -190,6 +190,7 @@
 		$(HEADERS_PACKAGE)/usr/src/$(HEADERS_DIR)
 
 	find $(HEADERS_PACKAGE)/usr/src/$(HEADERS_DIR) -type f -exec chmod 644 {} \;
+	find $(HEADERS_PACKAGE)/usr/src/$(HEADERS_DIR) -type f -name "*.awk" -exec chmod 755 {} \;
 
 	touch install-common-stamp
 

Modified: trunk/kfreebsd-9/debian/rules
===================================================================
--- trunk/kfreebsd-9/debian/rules	2011-07-02 13:24:37 UTC (rev 3514)
+++ trunk/kfreebsd-9/debian/rules	2011-07-02 13:26:38 UTC (rev 3515)
@@ -192,6 +192,7 @@
 		$(HEADERS_PACKAGE)/usr/src/$(HEADERS_DIR)
 
 	find $(HEADERS_PACKAGE)/usr/src/$(HEADERS_DIR) -type f -exec chmod 644 {} \;
+	find $(HEADERS_PACKAGE)/usr/src/$(HEADERS_DIR) -type f -name "*.awk" -exec chmod 755 {} \;
 
 	touch install-common-stamp
 




More information about the Glibc-bsd-commits mailing list