summaryrefslogtreecommitdiff
path: root/dh_fixperms
diff options
context:
space:
mode:
authorjoeyh <joeyh>2007-01-21 17:12:05 +0000
committerjoeyh <joeyh>2007-01-21 17:12:05 +0000
commit90ffad95d71aec0ae98401ebc0f27d8b740f8307 (patch)
tree118ba187c7198066276d519eacb4af85bdba67c0 /dh_fixperms
parent526fb7c5808d4fe652167e115ae2ce9798b735d7 (diff)
r1968: * dh_fixperms: Make all files in /usr/include 644, not only .h files.
Closes: #404785 * Man page improvements. Closes: #406707
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.