summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-05 21:13:02 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-11-05 21:13:02 (GMT)
commit1b01b6d60b515db4c45786151e192b70aba27597 (patch)
tree29ba966e8b7579fb78a8cb862b2d8768c9bb5934 /examples/run-c-ex.sh.in
parentd459daa1f725cf24d3a0bdffdda7205cc9329d63 (diff)
downloadhdf5-1b01b6d60b515db4c45786151e192b70aba27597.zip
hdf5-1b01b6d60b515db4c45786151e192b70aba27597.tar.gz
hdf5-1b01b6d60b515db4c45786151e192b70aba27597.tar.bz2
Get the path to prefix right: needs a ../ to back out of subdirectory
c/.
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r--examples/run-c-ex.sh.in2
1 files changed, 1 insertions, 1 deletions
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@"