diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-02-01 18:19:28 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-02-01 18:19:28 (GMT) |
commit | cc7ce0eb8b1aa14960b00af0f0711bdb43add2a5 (patch) | |
tree | 3ef647ad0d39608bdb06bcde4516f3a1e6ed46a4 /bin | |
parent | eb84f922c84dbcf51658d338910d99568bc43769 (diff) | |
download | hdf5-cc7ce0eb8b1aa14960b00af0f0711bdb43add2a5.zip hdf5-cc7ce0eb8b1aa14960b00af0f0711bdb43add2a5.tar.gz hdf5-cc7ce0eb8b1aa14960b00af0f0711bdb43add2a5.tar.bz2 |
Change examples file to zip for CMake zip file.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/release | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/release b/bin/release index b1aa2c4..96c2e78 100755 --- a/bin/release +++ b/bin/release @@ -233,7 +233,7 @@ tar2cmakezip() # step 3: add SZIP.tar.gz, ZLib.tar.gz and cmake files cp /mnt/scr1/pre-release/hdf5/CMake/SZip.tar.gz $cmziptmpsubdir cp /mnt/scr1/pre-release/hdf5/CMake/ZLib.tar.gz $cmziptmpsubdir - cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.12.4-Source.tar.gz $cmziptmpsubdir + cp /mnt/scr1/pre-release/hdf5/CMake/HDF5Examples-1.12.4-Source.zip $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/CTestScript.cmake $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5config.cmake $cmziptmpsubdir cp $cmziptmpsubdir/$version/config/cmake/scripts/HDF5options.cmake $cmziptmpsubdir |