[Pkg-octave-commit] [octave-ltfat] 03/04: Fix file permission
    Rafael Laboissière 
    rlaboiss-guest at moszumanska.debian.org
       
    Mon Sep  1 10:21:06 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 39bd152675e88543f5160de100d9b73c4ca4db97
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Mon Sep 1 07:19:15 2014 -0300
    Fix file permission
    
    Git-Dch: Ignore
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2aac28d..66b8920 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,3 +19,8 @@ install/octave-ltfat-common:: install/octave-ltfat
 install/octave-ltfat::
 	mkdir -p $(octdir)
 	mv debian/octave-ltfat/usr/share/octave $(octdir)
+	# Fix file permission
+	@echo "************************************************************"
+	@echo "Warning: check whether this fix is still needed:"
+	find  $(octdir) -name ltfatarghelper.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