]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_clean
r2036: * dh_clean: append "/" to the temp dir name to avoid removing
[debhelper.git] / dh_clean
index 18c298df20e224bcbde7e0327af695c4a4950de6..21114df895d29a2d68394bdaa913fd991b198e57 100755 (executable)
--- a/dh_clean
+++ b/dh_clean
@@ -70,7 +70,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                complex_doit("rm -f debian/$ext*.debhelper");
        }
        
-       doit ("rm","-rf",$tmp)
+       doit ("rm","-rf",$tmp."/")
                unless excludefile($tmp);
 }