From a57e9b713e0bc24cae3424bca29bb500126930f9 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 1 Dec 1999 21:40:28 +0000 Subject: r322: * dh_fixperms: chown symlinks as well as normal files. Closes: #51169. --- dh_fixperms | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dh_fixperms') diff --git a/dh_fixperms b/dh_fixperms index 0ad5c605..98201e94 100755 --- a/dh_fixperms +++ b/dh_fixperms @@ -17,8 +17,8 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) { } # General permissions fixing. - complex_doit("find $TMP ! -type l $find_options -print0", - "2>/dev/null | xargs -0r chown root.root"); + complex_doit("find $TMP $find_options -print0", + "2>/dev/null | xargs -0r chown --no-dereference root.root"); complex_doit("find $TMP ! -type l $find_options -print0", "2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s"); -- cgit v1.2.3