diff --git a/tools/toolchain/scripts/stage7/install_spglib.sh b/tools/toolchain/scripts/stage7/install_spglib.sh index b8310256ed..7cfb75547d 100755 --- a/tools/toolchain/scripts/stage7/install_spglib.sh +++ b/tools/toolchain/scripts/stage7/install_spglib.sh @@ -53,7 +53,7 @@ case "$with_spglib" in make -j $(get_nprocs) symspg > make.log 2>&1 make install >> make.log 2>&1 # Despite -DBUILD_SHARED_LIBS=NO the shared library gets build and installed. - rm "${pkg_install_dir}"/lib/*.so* + rm "${pkg_install_dir}"/lib*/*.so* write_checksums "${install_lock_file}" "${SCRIPT_DIR}/stage7/$(basename ${SCRIPT_NAME})" fi