summaryrefslogtreecommitdiff
path: root/dh_prep
diff options
context:
space:
mode:
Diffstat (limited to 'dh_prep')
-rwxr-xr-xdh_prep2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_prep b/dh_prep
index 5ec7fae9..bceab81d 100755
--- a/dh_prep
+++ b/dh_prep
@@ -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