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-12-19 21:03:41 (GMT)
commit4b68a80359e7ac77d597d9edb0352756834cae74 (patch)
tree6b023ed2a690caac1635d9816a2999de437654c7 /examples/run-c-ex.sh.in
parent4ff67b044e16d29c1dcc51afc3561e413e7994a6 (diff)
downloadhdf5-4b68a80359e7ac77d597d9edb0352756834cae74.zip
hdf5-4b68a80359e7ac77d597d9edb0352756834cae74.tar.gz
hdf5-4b68a80359e7ac77d597d9edb0352756834cae74.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 238b665..b561617 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@"