diff options
author | David Young <dyoung@hdfgroup.org> | 2019-11-05 21:13:02 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2019-11-05 21:13:02 (GMT) |
commit | 1b01b6d60b515db4c45786151e192b70aba27597 (patch) | |
tree | 29ba966e8b7579fb78a8cb862b2d8768c9bb5934 /examples | |
parent | d459daa1f725cf24d3a0bdffdda7205cc9329d63 (diff) | |
download | hdf5-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')
-rw-r--r-- | examples/run-c-ex.sh.in | 2 |
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@" |