projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1684783
)
Prefix the hardlink source with ${D} like we always have.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 14 Apr 2007 05:27:13 +0000
(
05:27
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 14 Apr 2007 05:27:13 +0000
(
05:27
-0000)
svn path=/main/trunk/; revision=6396
bin/dohard
patch
|
blob
|
history
diff --git
a/bin/dohard
b/bin/dohard
index 327bf5897db9337dde1b137a39f796e7c19d1535..dfd7bd341fa03ab6b21300d4c9504c0a215a8e75 100755
(executable)
--- 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"