summaryrefslogtreecommitdiff
path: root/dh_clean
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:18:27 +0000
committerjoey <joey>1999-08-17 05:18:27 +0000
commitb7e14a5eff72fffb13f5d58a81d7974671079671 (patch)
tree3aaca351a8933d56155b022bc8832522cdd60af4 /dh_clean
parentd950296f8b54c6e10ea39a00ee6cfa32ab7545bb (diff)
downloaddebhelper-b7e14a5eff72fffb13f5d58a81d7974671079671.tar.gz
r241: 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 8ba45d3a..9c6f4f3d 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' && ! compat(1);
+doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! Dh_Lib::compat(1);