projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75f07f2
)
dev-ml/llvm-ocaml: Fix llvm_tools_dir substitution
author
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 10:02:00 +0000
(12:02 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Sun, 1 Oct 2017 11:13:17 +0000
(13:13 +0200)
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
patch
|
blob
|
history
diff --git
a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
index 7355598fd25b1730016d3616c57a245f85bbd29f..d0ff8f212f34cd6f24c4735345e91f58c55086fd 100644
(file)
--- a/
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
+++ b/
dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild
@@
-116,7
+116,7
@@
src_configure() {
local llvm_bindir=$(llvm-config --bindir)
# Force using system-installed tools.
sed -i -e "/llvm_tools_dir/s@\".*\"@\"${llvm_bindir}\"@" \
- "${BUILD_DIR}"/test/lit.site.cfg || die
+ "${BUILD_DIR}"/test/lit.site.cfg
.py
|| die
fi
}