summaryrefslogtreecommitdiff
path: root/dh_fixperms
diff options
context:
space:
mode:
Diffstat (limited to 'dh_fixperms')
-rwxr-xr-xdh_fixperms3
1 files changed, 1 insertions, 2 deletions
diff --git a/dh_fixperms b/dh_fixperms
index a96b1e05..6ef0905c 100755
--- a/dh_fixperms
+++ b/dh_fixperms
@@ -76,8 +76,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
"2>/dev/null | xargs -0r chmod 644");
# ..and header files ..
- complex_doit("find $tmp/usr/include -type f",
- "-name '*.h' $find_options -print0",
+ complex_doit("find $tmp/usr/include -type f $find_options -print0",
"2>/dev/null | xargs -0r chmod 644");
# .. and perl modules.