From b52df5f9cc452a5cea246b68eced8c4f8870f1c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 1 Oct 2017 12:02:00 +0200 Subject: [PATCH] dev-ml/llvm-ocaml: Fix llvm_tools_dir substitution --- dev-ml/llvm-ocaml/llvm-ocaml-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.26.2