File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ cd "${BUILDDIR}"
4545case " $with_libri " in
4646 __INSTALL__)
4747 echo " ==================== Installing LIBRI ===================="
48- dirname=" LibRI-${short_ver } "
48+ dirname=" LibRI-${libri_ver } "
4949 pkg_install_dir=" ${INSTALLDIR} /$dirname "
5050 # pkg_install_dir="${HOME}/lib/libri/${libri_ver}"
5151 install_lock_file=" ${pkg_install_dir} /install_successful"
@@ -57,7 +57,7 @@ case "$with_libri" in
5757 else
5858 url=" https://codeload.github.com/abacusmodeling/LibRI/tar.gz/v${libri_ver} "
5959 fi
60- filename=" LibRI-${short_ver } .tar.gz"
60+ filename=" LibRI-${libri_ver } .tar.gz"
6161 if verify_checksums " ${install_lock_file} " ; then
6262 echo " $dirname is already installed, skipping it."
6363 else
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ cd "${BUILDDIR}"
4444case " $with_rapidjson " in
4545 __INSTALL__)
4646 echo " ==================== Installing RapidJSON ===================="
47- dirname=" rapidjson-${short_ver } "
47+ dirname=" rapidjson-${rapidjson_ver } "
4848 pkg_install_dir=" ${INSTALLDIR} /$dirname "
4949 # pkg_install_dir="${HOME}/lib/rapidjson/${rapidjson_ver}"
5050 install_lock_file=" ${pkg_install_dir} /install_successful"
@@ -56,7 +56,7 @@ case "$with_rapidjson" in
5656 else
5757 url=" https://codeload.github.com/Tencent/rapidjson/tar.gz/v${rapidjson_ver} "
5858 fi
59- filename=" rapidjson-${short_ver } .tar.gz"
59+ filename=" rapidjson-${rapidjson_ver } .tar.gz"
6060 if verify_checksums " ${install_lock_file} " ; then
6161 echo " $dirname is already installed, skipping it."
6262 else
You can’t perform that action at this time.
0 commit comments