]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_link
r498: * Typo, Closes: #122679
[debhelper.git] / dh_link
diff --git a/dh_link b/dh_link
index 771eae0f412dfe4c804e8294a69ead8db280bb05..41754f5c24f500d3087c9a19ca77bea4a26104e6 100755 (executable)
--- a/dh_link
+++ b/dh_link
@@ -107,7 +107,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                $dest=~s:^/::;
 
                # Make sure the directory the link will be in exists.
-               my $basedir=Debian::Debhelper::Dh_Lib::dirname("$tmp/$dest");
+               my $basedir=dirname("$tmp/$dest");
                if (! -e $basedir) {
                        doit("install","-d",$basedir);
                }