pkgmeek: fix the line that sets PKGMK_ARCH
This commit is contained in:
parent
2babaeacda
commit
4a91198d54
@ -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 ...
|
||||
|
Loading…
Reference in New Issue
Block a user