[Reproducible-commits] [debhelper] 39/56: dh_fixperms: Correct find call

Mattia Rizzolo mattia at mapreri.org
Sun Oct 4 17:06:19 UTC 2015


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

mapreri-guest pushed a commit to branch master
in repository debhelper.

commit f58508b5ba1fad4b769855423be9de9be54ee3aa
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Sep 10 21:25:37 2015 +0200

    dh_fixperms: Correct find call
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_fixperms | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_fixperms b/dh_fixperms
index 40dac8b..f4dd5bf 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -102,7 +102,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 		"-perm -5 -name '*.pm' $find_options -print0",
 		"2>/dev/null | xargs -0r chmod a-X");
 
-	complex_doit("find $tmp -perm 5 -type f ${mode_0644_find_pattern}",
+	complex_doit("find $tmp -perm -5 -type f ${mode_0644_find_pattern}",
 				 "${find_options} -print0 2>/dev/null",
 				 "| xargs -0r chmod 0644");
 	

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



More information about the Reproducible-commits mailing list