From ed198ade6bcc7810d37a639c9b0b6082bb624fbf Mon Sep 17 00:00:00 2001 From: John McQuah Date: Sat, 11 Jun 2022 09:31:56 -0400 Subject: [PATCH] pkgmeek: restore original treatment of missing files in a footprint --- scripts/pkgmeek | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pkgmeek b/scripts/pkgmeek index 11a81a9..9a13fde 100755 --- a/scripts/pkgmeek +++ b/scripts/pkgmeek @@ -232,6 +232,7 @@ PKGMK_EXTRACT_ONLY="no" PKGMK_MTIME_ONLY="no" PKGMK_UPDATE_FOOTPRINT="no" PKGMK_IGNORE_FOOTPRINT="no" +PKGMK_IGNORE_MISSING="no" PKGMK_IGNORE_NEW="no" PKGMK_FORCE="no" PKGMK_KEEP_WORK="no"