Skip to content

Commit

Permalink
build: also export the ABUILD_UID/GID variables
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfinder committed Sep 17, 2020
1 parent 2a5cbaf commit 83e86cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Expand Up @@ -41,7 +41,7 @@ test -z "$BUILD_ROOT" && BUILD_ROOT=/var/tmp/build-root
test -z "$CONFIG_DIR" && CONFIG_DIR="$BUILD_DIR/configs"

export BUILD_ARCH BUILD_HOST_ARCH BUILD_ROOT BUILD_RPMS BUILD_DIR BUILD_DEBUG
export BUILD_DIST
export BUILD_DIST ABUILD_UID ABUILD_GID

icecream=0
definesnstuff=()
Expand Down

0 comments on commit 83e86cf

Please sign in to comment.