summaryrefslogtreecommitdiff
path: root/dh_link
diff options
context:
space:
mode:
authorjoey <joey>2001-12-21 15:59:39 +0000
committerjoey <joey>2001-12-21 15:59:39 +0000
commit1580712ddc7c6faf97ed46452e410e72291814ce (patch)
treecfa8fb864c225127b9734c39e3628393766f6832 /dh_link
parent768bf86cede6fc8cec8423c094ce86fcba99573e (diff)
r498: * Typo, Closes: #122679
* Export dirname from Dh_Lib, and related cleanup, Closes: #125770 * Document dirname, basename in PROGRAMMING
Diffstat (limited to 'dh_link')
-rwxr-xr-xdh_link2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_link b/dh_link
index 771eae0f..41754f5c 100755
--- 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);
}