blob: 05f3b3f530d44ac1d7da0e6644b0703e948f5118 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|