Commit bbb7b7e0403070d227b300d814440868c63bacfd

Thomas de Grivel 2023-01-23T08:47:00

wip

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/shpkg.subr b/lib/shpkg.subr
index 2774442..c411ff0 100644
--- a/lib/shpkg.subr
+++ b/lib/shpkg.subr
@@ -159,7 +159,7 @@ shpkg_build () {
         SHPKG_REPO_DIR="$(shpkg_dir "${REPO}")"
         SHPKG_REPO_VERSION="$(shpkg_version "${REPO}")"
         SHPKG_REPO_SRC_DIR="${SHPKG_SRC_DIR}/${SHPKG_REPO_DIR}"
-	if ! shpkg__tag_is_absent build-done; then
+	if shpkg__tag_is_absent build-done; then
 	    ( verbose shpkg_configure "${REPO}"; )
             if [ -f "${SHPKG_REPO_SRC_DIR}/Makefile" ]; then
 		( verbose cd "${SHPKG_REPO_SRC_DIR}" &&