diff --git a/scripts/pkgmeek b/scripts/pkgmeek index 2ea9f2e..c8807b3 100755 --- a/scripts/pkgmeek +++ b/scripts/pkgmeek @@ -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 ...