mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
xbps-src: the 'show-var' target now sources native build-profile too.
This commit is contained in:
parent
b4947da3a4
commit
60110c0c2f
1 changed files with 1 additions and 0 deletions
1
xbps-src
1
xbps-src
|
@ -739,6 +739,7 @@ case "$XBPS_TARGET" in
|
||||||
for f in ${XBPS_COMMONDIR}/environment/setup/*.sh; do
|
for f in ${XBPS_COMMONDIR}/environment/setup/*.sh; do
|
||||||
source $f
|
source $f
|
||||||
done
|
done
|
||||||
|
source ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh
|
||||||
eval value="\${$XBPS_TARGET_PKG}"
|
eval value="\${$XBPS_TARGET_PKG}"
|
||||||
echo $value
|
echo $value
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue