[Pkg-octave-commit] [octave-ltfat] 03/04: d/rules: Fix permission of all *.m files

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Thu Oct 9 17:01:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository octave-ltfat.

commit 5305df216a83edda1936fd39324cd2d9a9bb3f02
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Thu Oct 9 13:57:49 2014 -0300

    d/rules: Fix permission of all *.m files
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7579519..d147387 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,5 +24,5 @@ install/octave-ltfat::
 	# Fix file permission
 	@echo "************************************************************"
 	@echo "Warning: check whether this fix is still needed:"
-	find  $(octdir) -name ltfatarghelper.m | xargs chmod -x
+	find  $(octdir) -name \*.m | xargs chmod -x
 	@echo "************************************************************"

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-ltfat.git



More information about the Pkg-octave-commit mailing list