[debhelper-devel] [debhelper] 01/01: dh_installman: Add a -- separator for chmod

Niels Thykier nthykier at moszumanska.debian.org
Sun Jun 4 13:29:21 UTC 2017


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

nthykier pushed a commit to branch master
in repository debhelper.

commit 28c79a8c6b13bed48481316edfa02d1c66268cd4
Author: Niels Thykier <niels at thykier.net>
Date:   Sun Jun 4 13:29:04 2017 +0000

    dh_installman: Add a -- separator for chmod
    
    Signed-off-by: Niels Thykier <niels at thykier.net>
---
 dh_installman | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dh_installman b/dh_installman
index c7efe6b..e8edc6a 100755
--- a/dh_installman
+++ b/dh_installman
@@ -246,7 +246,7 @@ foreach my $package (getpackages()) {
 				push(@files, "${File::Find::dir}/${_}");
 			}, "$tmp/$dir");
 			# Bulk reset permissions of all re-encoded files
-			xargs(\@files, 'chmod', '0644') if @files;
+			xargs(\@files, 'chmod', '0644', '--') if @files;
 		}
 	}
 }

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




More information about the debhelper-devel mailing list