build/ports: filtered env missed flavour setting for make.conf

This commit is contained in:
Franco Fichtner 2016-07-19 20:00:39 +02:00
parent 43d74cc1fa
commit 4365f41d6b
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@ fi
trap : 2
if ! ${ENV_FILTER} chroot ${STAGEDIR} /bin/sh -es << EOF; then SELF=; fi
if pkg -N; then
# no need to rebuild
else
export PRODUCT_FLAVOUR=${PRODUCT_FLAVOUR}
if ! pkg -N; then
make -C ${PORTSDIR}/ports-mgmt/pkg install
fi