summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-04-14 05:27:13 +0000
committerZac Medico <zmedico@gentoo.org>2007-04-14 05:27:13 +0000
commitb7015ccc21547276ee56fdd6d2303a6ed18f710d (patch)
tree2df772fe5d68eb40ad76b16a952b92af351a0224 /bin/dohard
parentdocument new version suffix style #166522 (diff)
downloadportage-multirepo-b7015ccc21547276ee56fdd6d2303a6ed18f710d.tar.gz
portage-multirepo-b7015ccc21547276ee56fdd6d2303a6ed18f710d.tar.bz2
portage-multirepo-b7015ccc21547276ee56fdd6d2303a6ed18f710d.zip
Prefix the hardlink source with ${D} like we always have.
svn path=/main/trunk/; revision=6396
Diffstat (limited to 'bin/dohard')
-rwxr-xr-xbin/dohard2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dohard b/bin/dohard
index 327bf589..dfd7bd34 100755
--- a/bin/dohard
+++ b/bin/dohard
@@ -11,4 +11,4 @@ fi
destdir=${2%/*}
[[ ! -d ${D}${destdir} ]] && dodir "${destdir}"
-exec ln -f "$1" "${D}$2"
+exec ln -f "${D}$1" "${D}$2"