From 1b01b6d60b515db4c45786151e192b70aba27597 Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 5 Nov 2019 15:13:02 -0600 Subject: Get the path to prefix right: needs a ../ to back out of subdirectory c/. --- examples/run-c-ex.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in index 82050a1..030d967 100644 --- a/examples/run-c-ex.sh.in +++ b/examples/run-c-ex.sh.in @@ -54,7 +54,7 @@ fi # Where the tool is installed. # default is relative path to installed location of the tools -prefix="${prefix:-${prefix_relto_examplesdir}}" +prefix="${prefix:-../${prefix_relto_examplesdir}}" PARALLEL=@PARALLEL@ # Am I in parallel mode? AR="@AR@" RANLIB="@RANLIB@" -- cgit v0.12