mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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
|
||||
source $f
|
||||
done
|
||||
source ${XBPS_COMMONDIR}/build-profiles/${XBPS_MACHINE}.sh
|
||||
eval value="\${$XBPS_TARGET_PKG}"
|
||||
echo $value
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue