X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_fixperms;h=d6e237bc93a270501fa95ac5770cdcb0d403b286;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hp=3730b49dae81d0882a898e660ce9f840a63bd851;hpb=7bc99d44cfc0275e1b44b390bed1362c457da9ab;p=debhelper.git diff --git a/dh_fixperms b/dh_fixperms index 3730b49..d6e237b 100755 --- a/dh_fixperms +++ b/dh_fixperms @@ -105,11 +105,9 @@ foreach my $package (@{$dh{DOPACKAGES}}) { } # ADA ali files should be mode 444 to avoid recompilation - if (-d "$tmp/usr/lib/ada") { - complex_doit("find $tmp/usr/lib/ada -type f", - "-name '*.ali' $find_options -print0", - "2>/dev/null | xargs -0r chmod uga-w"); - } + complex_doit("find $tmp/usr/lib -type f", + "-name '*.ali' $find_options -print0", + "2>/dev/null | xargs -0r chmod uga-w"); # Lintian overrides should never be executable, too. if (-d "$tmp/usr/share/lintian") {