From f7ce24c35e95c54b0c833788e90cb7e3a37cf796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Sch=C3=BCtt?= Date: Wed, 9 Jun 2021 23:46:20 +0200 Subject: [PATCH] Toolchain: Fix install_spglib.sh on Fedora --- tools/toolchain/scripts/stage7/install_spglib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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