xbps-src: the 'show-var' target now sources native build-profile too.

This commit is contained in:
Juan RP 2015-11-14 11:51:45 +01:00
parent b4947da3a4
commit 60110c0c2f
1 changed files with 1 additions and 0 deletions

View File

@ -739,6 +739,7 @@ case "$XBPS_TARGET" in
for f in ${XBPS_COMMONDIR}/environment/setup/*.sh; do
source $f
done
source ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh
eval value="\${$XBPS_TARGET_PKG}"
echo $value
;;