[med-svn] [dawg.git] 01/02: Fix chmod call in d/rules

Kevin Murray daube-guest at moszumanska.debian.org
Mon Dec 7 23:40:55 UTC 2015


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

daube-guest pushed a commit to branch master
in repository dawg.git.

commit 8ed186dc020f54864e53fd1c376d0ef9084269f3
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Tue Dec 8 10:28:48 2015 +1100

    Fix chmod call in d/rules
    
    So that we don't chmod -x a directory
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 5c8d35f..049e8b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,4 +34,4 @@ override_dh_auto_configure:
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod -R -x debian/$(DEBPKGNAME)/usr/share/doc/dawg/examples
+	chmod -x debian/$(DEBPKGNAME)/usr/share/doc/dawg/examples/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dawg.git.git



More information about the debian-med-commit mailing list