diff options
Diffstat (limited to 'dh_prep')
-rwxr-xr-x | dh_prep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { unless excludefile($tmp); } -doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1) && +doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' ! excludefile("debian/tmp"); =head1 SEE ALSO |