bugfix: distclean before configure in module recipe

This commit is contained in:
2025-10-29 15:44:59 +01:00
parent a26076aa6f
commit 488192d79d
+4
View File
@@ -9,6 +9,9 @@ DOWNLOAD_URL="https://amas.web.psi.ch/Downloads/$P/$P-$V.tar.bz2"
source "$(dirname "$0")/librecipes.bash"
cd "${SRC_DIR}"
make distclean
#---
# configure
mkdir -p "${BUILD_DIR}" && cd "$_" || exit ${PB_ERR_SYSTEM}
@@ -24,6 +27,7 @@ case $(uname -s) in
exit ${PB_ERR_SYSTEM}
;;
esac
CPPFLAGS="-DUSE_INTERP_ERRORLINE" \
"${SRC_DIR}"/configure \
--prefix="${PREFIX}" \