ports/sysutils/debhelper/files/patch-dh_fixperms
2020-01-29 19:13:48 +00:00

11 lines
480 B
Text

--- dh_fixperms.orig 2019-01-10 07:03:38 UTC
+++ dh_fixperms
@@ -108,7 +108,7 @@ on_pkgs_in_parallel {
# General permissions fixing.
complex_doit("find $tmp ${find_exclude_options} -print0",
- "2>/dev/null | xargs -0r chown --no-dereference 0:0") if should_use_root();
+ "2>/dev/null | xargs -0r chown 0:0") if should_use_root();
find_and_reset_perm($tmp, 'go=rX,u+rw,a-s', '! -type l');
# Fix up permissions in usr/share/doc, setting everything to not