From da1f0ab9b60d755c767beb134e7e7685a0589e48 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Fri, 5 Jun 2026 17:17:15 +0300 Subject: [PATCH] Do not let snow-chibi update on install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b519f8..7c567d6 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ package: retropikzel/${LIBRARY}/LICENSE retropikzel/${LIBRARY}/VERSION retropikz ${LIBRARY_FILE} install: - snow-chibi install --impls=${SCHEME} --always-yes ${PKG} + snow-chibi install --update-strategy=never --impls=${SCHEME} --always-yes ${PKG} testfiles: package ${TESTFILE} rm -rf .tmp