[Pkg-sql-ledger-commit] r358 - 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:00:34 UTC 2011


Author: jame-guest
Date: 2011-12-25 21:00:33 +0000 (Sun, 25 Dec 2011)
New Revision: 358

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

Modified: ledger-smb/trunk/debian/rules
===================================================================
--- ledger-smb/trunk/debian/rules	2011-12-25 20:54:58 UTC (rev 357)
+++ ledger-smb/trunk/debian/rules	2011-12-25 21:00:33 UTC (rev 358)
@@ -80,9 +80,8 @@
 	chmod +x $(LSMBDIR)/tools/*.sh
 	chmod -x $(LSMBDIR)/locale/po/*
 	chmod -x $(LSMBDIR)/locale/html/*
-	chmod -x $(LSMBDIR)/sql/*sql
-	chmod -x $(LSMBDIR)/sql/coa/*sql
 	find $(LSMBDIR) -name '*.pm' -exec chmod -x '{}' \;
+	find $(LSMBDIR) -name '*.sql' -exec chmod -x '{}' \;
 	dh_installdeb
 	dh_perl
 	dh_gencontrol




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