src: avoid using pkg-static until verification failure is debugged

This commit is contained in:
Franco Fichtner 2022-01-19 19:31:16 +01:00
parent c17f63e4e8
commit 0c5b79bdb4
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ fi
WORKPREFIX="/tmp/opnsense-revert"
OPENSSL="/usr/local/bin/openssl"
WORKDIR=${WORKPREFIX}/${$}
PKG="pkg-static"
PKG="pkg"
DO_INSECURE=
DO_LOCKKEEP=

View File

@ -43,7 +43,7 @@ DEBUGDIR="/usr/lib/debug"
KERNELDIR="/boot/kernel"
TEE="/usr/bin/tee -a"
PRODUCT="OPNsense"
PKG="pkg-static"
PKG="pkg"
RELEASE="%%RELEASE%%"
PENDINGDIR="${WORKPREFIX}/.sets.pending"