summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-11-05 21:13:02 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:17:25 (GMT)
commit3fee0cf43511aaa9126ade486a1a228b58e53a2d (patch)
treec4afa4ed419e211157c69d77133f65f94bc5c83e /examples
parent94ecdfe1a37a319205cb1644e3e9214b31fdc486 (diff)
downloadhdf5-3fee0cf43511aaa9126ade486a1a228b58e53a2d.zip
hdf5-3fee0cf43511aaa9126ade486a1a228b58e53a2d.tar.gz
hdf5-3fee0cf43511aaa9126ade486a1a228b58e53a2d.tar.bz2
Get the path to prefix right: needs a ../ to back out of subdirectory
c/.
Diffstat (limited to 'examples')
-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@"