[Pkg-sql-ledger-commit] r359 - ledger-smb/trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sun Dec 25 21:08:20 UTC 2011


Author: jame-guest
Date: 2011-12-25 21:08:19 +0000 (Sun, 25 Dec 2011)
New Revision: 359

Modified:
   ledger-smb/trunk/debian/rules
Log:
Use find command to fix permissions on *.sh files.

Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2011-12-25 21:00:33 UTC (rev 358)
+++ ledger-smb/trunk/debian/rules	2011-12-25 21:08:19 UTC (rev 359)
@@ -76,10 +76,9 @@
 	dh_fixperms
     # Corrections to file permissions
 	chmod +x $(LSMBDIR)/scripts/*.pl
-	chmod +x $(LSMBDIR)/sql/modules/*.sh
-	chmod +x $(LSMBDIR)/tools/*.sh
 	chmod -x $(LSMBDIR)/locale/po/*
 	chmod -x $(LSMBDIR)/locale/html/*
+	find $(LSMBDIR) -name '*.sh' -exec chmod +x '{}' \;
 	find $(LSMBDIR) -name '*.pm' -exec chmod -x '{}' \;
 	find $(LSMBDIR) -name '*.sql' -exec chmod -x '{}' \;
 	dh_installdeb




More information about the Pkg-sql-ledger-commit mailing list