[Pkg-sql-ledger-commit] r357 - 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 20:54:58 UTC 2011


Author: jame-guest
Date: 2011-12-25 20:54:58 +0000 (Sun, 25 Dec 2011)
New Revision: 357

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

Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2011-12-25 17:53:58 UTC (rev 356)
+++ ledger-smb/trunk/debian/rules	2011-12-25 20:54:58 UTC (rev 357)
@@ -82,10 +82,7 @@
 	chmod -x $(LSMBDIR)/locale/html/*
 	chmod -x $(LSMBDIR)/sql/*sql
 	chmod -x $(LSMBDIR)/sql/coa/*sql
-	chmod -x $(LSMBDIR)/LedgerSMB/*pm
-	chmod -x $(LSMBDIR)/LedgerSMB/Auth/*pm
-	chmod -x $(LSMBDIR)/LedgerSMB/Taxes/*pm
-	chmod -x $(LSMBDIR)/LedgerSMB/Template/*pm
+	find $(LSMBDIR) -name '*.pm' -exec chmod -x '{}' \;
 	dh_installdeb
 	dh_perl
 	dh_gencontrol




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