pkgmeek: fix the line that sets PKGMK_ARCH

This commit is contained in:
John McQuah 2022-09-30 20:44:44 -04:00
parent 2babaeacda
commit 4a91198d54
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ fi
# it came from a trusted source (FS#1851)
#
[ "$PKGMK_UPDATE_SIG" = "yes" ] && [ -e ./Pkgfile ] || validate_pkgfile || exit $E_PKGFILE
[ -f .32bit ] && PGKMK_ARCH=32 || PKGMK_ARCH=64
[ -f .32bit ] && PKGMK_ARCH=32 || PKGMK_ARCH=64
. "Pkgfile"; . "$PKGMK_CONF"
# respect the settings for centralized source and package directories ...