add mv bevore llvm-config
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@310 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
3fcf58a92c
commit
b01ee40795
@ -238,7 +238,8 @@ toolchain-llvm_src_install() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
# move llvm-config /usr/bin
|
# move llvm-config /usr/bin
|
||||||
"${D}"/${BINPATH}/llvm-config "${D}"/usr/bin
|
mkdir -p "${D}"/usr/bin
|
||||||
|
mv "${D}"/${BINPATH}/llvm-config "${D}"/usr/bin
|
||||||
|
|
||||||
# create compatibility Links
|
# create compatibility Links
|
||||||
cd "${D}"/${BINPATH}
|
cd "${D}"/${BINPATH}
|
||||||
|
Loading…
Reference in New Issue
Block a user