summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:18:16 +0000
committerjoey <joey>1999-08-17 05:18:16 +0000
commit1bfed6299ebbb344a756bf1eae47aea4d93499eb (patch)
tree84586773c45f2ef928a91a8d6d0daabfa374c601 /dh_clean
parent6a4c47eea5a5601f351a1fa0afd5e13aed56238b (diff)
downloaddebhelper-1bfed6299ebbb344a756bf1eae47aea4d93499eb.tar.gz
r239: Initial Import
Diffstat (limited to 'dh_clean')
-rwxr-xr-xdh_clean2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_clean b/dh_clean
index e87688de..8ba45d3a 100755
--- a/dh_clean
+++ b/dh_clean
@@ -43,4 +43,4 @@ if (! $dh{D_FLAG}) {
) -exec rm -f {} ;"));
}
-doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp';
+doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1);