[libembperl-perl] 01/02: debian/rules: use find -perm /xxx instead of +xxx.

gregor herrmann gregoa at debian.org
Thu Oct 29 21:29:57 UTC 2015


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

gregoa pushed a commit to branch master
in repository libembperl-perl.

commit f5c171a1536298628d874fa3f09c23ed44b96a9f
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Oct 29 21:53:06 2015 +0100

    debian/rules: use find -perm /xxx instead of +xxx.
    
    Thanks: Andreas Metzler for the bug report.
    Closes: #803024
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 29e8fe4..f643b0b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ override_dh_auto_configure:
 
 override_dh_auto_install: $(POD2TEXT)
 	# fix occasional upstream permission errors
-	find eg blib/lib -type f -a -perm +111 -exec chmod -x \{\} \;
+	find eg blib/lib -type f -a -perm /111 -exec chmod -x \{\} \;
 
 	dh_auto_install
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libembperl-perl.git



More information about the Pkg-perl-cvs-commits mailing list