diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-10-01 12:02:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-10-01 13:13:17 +0200 |
commit | b52df5f9cc452a5cea246b68eced8c4f8870f1c3 (patch) | |
tree | 400e06fa33c1b37b852ad3d9dea5cb5bf0d84947 /dev-ml | |
parent | dev-python/tox: version bump to 2.9.1 (diff) | |
download | gentoo-b52df5f9cc452a5cea246b68eced8c4f8870f1c3.tar.gz gentoo-b52df5f9cc452a5cea246b68eced8c4f8870f1c3.tar.bz2 gentoo-b52df5f9cc452a5cea246b68eced8c4f8870f1c3.zip |
dev-ml/llvm-ocaml: Fix llvm_tools_dir substitution
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild b/dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild index 7355598fd25b..d0ff8f212f34 100644 --- 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 } |