common/xbps-src/shutils/common.sh XBPS_GCC_VER...

Export the environment variables XBPS_GCC_VERSION*
This commit is contained in:
Juergen Buchmueller 2016-10-26 07:24:00 +02:00
parent 535156e1de
commit 958b460965
1 changed files with 3 additions and 0 deletions

View File

@ -263,6 +263,9 @@ setup_pkg() {
export XBPS_INSTALL_XCMD XBPS_QUERY_XCMD XBPS_RECONFIGURE_XCMD \
XBPS_REMOVE_XCMD XBPS_RINDEX_XCMD XBPS_UHELPER_XCMD
export XBPS_GCC_VERSION_MAJOR XBPS_GCC_VERSION_MINOR XBPS_GCC_VERSION_BUILD \
XBPS_GCC_VERSION
# Source all sourcepkg environment setup snippets.
# Source all subpkg environment setup snippets.
for f in ${XBPS_COMMONDIR}/environment/setup-subpkg/*.sh; do