revert: switch to .pkg extension

This commit is contained in:
Franco Fichtner 2022-06-08 11:02:18 +02:00
parent 7f6e385633
commit 8425bb9ef7
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ for PACKAGE in ${@}; do
if [ -z "${DO_RELEASE}" ]; then
${PKG} fetch ${PACKAGE}
else
fetch ${PACKAGE}.txz
fetch ${PACKAGE}.pkg
fi
done
@ -144,7 +144,7 @@ for PACKAGE in ${@}; do
if [ -z "${DO_RELEASE}" ]; then
${PKG} install -f ${PACKAGE}
else
${PKG} install -f ${WORKDIR}/${PACKAGE}.txz
${PKG} install -f ${WORKDIR}/${PACKAGE}.pkg
fi
${PKG} set -A ${AUTOMATIC} ${PACKAGE}