projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe7d7d2
)
sys-devel/llvm: Fix CHOST symlinks for 3.4.2-r100
author
Michał Górny
<mgorny@gentoo.org>
Wed, 24 May 2017 15:19:19 +0000
(17:19 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sat, 3 Jun 2017 08:27:26 +0000
(10:27 +0200)
sys-devel/llvm/llvm-3.4.2-r100.ebuild
patch
|
blob
|
history
diff --git
a/sys-devel/llvm/llvm-3.4.2-r100.ebuild
b/sys-devel/llvm/llvm-3.4.2-r100.ebuild
index bd41c339154dc0a4232dafadbb4dbdc431126e89..30d4081c1af453b47e9bd7dedc39b2259c7ef3ae 100644
(file)
--- a/
sys-devel/llvm/llvm-3.4.2-r100.ebuild
+++ b/
sys-devel/llvm/llvm-3.4.2-r100.ebuild
@@
-197,8
+197,8
@@
src_install() {
if ! use clang; then
rm "${WORKDIR}"/${PN}-3.4-manpages/clang.1 || die
else
- for tool in clang{,++}
{,-${PV}}
; do
- dosym
/usr/bin/
${tool} /usr/bin/${CHOST}-${tool}
+ for tool in clang{,++} ; do
+ dosym ${tool} /usr/bin/${CHOST}-${tool}
done
fi
doman "${WORKDIR}"/${PN}-3.4-manpages/*.1