diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2018-08-23 15:41:02 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2018-08-23 15:41:02 (GMT) |
commit | 0f7e13cdb5d159d54d3b01be72cd94b6c52836ca (patch) | |
tree | 767860d8b4eae727f5403ebb1aa3fe087d58a0a0 /hl/examples/run-hlc-ex.sh.in | |
parent | 8ba735e1c3d199f0bd33639e6b3b49b2b0d2958d (diff) | |
parent | d20fd310e42b73e9037fb1a3bcc5e55d5e5c5162 (diff) | |
download | hdf5-0f7e13cdb5d159d54d3b01be72cd94b6c52836ca.zip hdf5-0f7e13cdb5d159d54d3b01be72cd94b6c52836ca.tar.gz hdf5-0f7e13cdb5d159d54d3b01be72cd94b6c52836ca.tar.bz2 |
Merge pull request #1219 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit 'd20fd310e42b73e9037fb1a3bcc5e55d5e5c5162':
Change prefix in example scripts to relative path to bin. This was done for 1.8, and works wherever installed without the need to replace the original prefix.
Diffstat (limited to 'hl/examples/run-hlc-ex.sh.in')
-rw-r--r-- | hl/examples/run-hlc-ex.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/examples/run-hlc-ex.sh.in b/hl/examples/run-hlc-ex.sh.in index b12955f..f51b165 100644 --- a/hl/examples/run-hlc-ex.sh.in +++ b/hl/examples/run-hlc-ex.sh.in @@ -31,7 +31,7 @@ EXIT_FAILURE=1 # Where the tool is installed. # default is relative path to installed location of the tools -prefix="${prefix:-@prefix@}" +prefix="${prefix:-../../../..}" PARALLEL=@PARALLEL@ # Am I in parallel mode? AR="@AR@" RANLIB="@RANLIB@" |