mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
11 lines
436 B
Text
11 lines
436 B
Text
--- dh_fixperms.orig 2017-06-13 20:32:42 UTC
|
|
+++ dh_fixperms
|
|
@@ -97,7 +97,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");
|
|
+ "2>/dev/null | xargs -0r chown 0:0");
|
|
find_and_reset_perm($tmp, 'go=rX,u+rw,a-s', '! -type l');
|
|
|
|
# Fix up permissions in usr/share/doc, setting everything to not
|