From: Zac Medico Date: Sat, 14 Apr 2007 05:27:13 +0000 (-0000) Subject: Prefix the hardlink source with ${D} like we always have. X-Git-Tag: v2.2_pre1~1488 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b7015ccc21547276ee56fdd6d2303a6ed18f710d;p=portage.git Prefix the hardlink source with ${D} like we always have. svn path=/main/trunk/; revision=6396 --- diff --git a/bin/dohard b/bin/dohard index 327bf5897..dfd7bd341 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"