mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 19:50:25 +03:00
addressed issue 49 (TAG not passed to SlackBuild)
Modified build_package() to export whatever we're using for REPO_TAG as TAG.
This commit is contained in:
parent
d51de9267c
commit
5c2ae15a42
@ -3303,6 +3303,7 @@ build_package() {
|
||||
# example, LC_COLLATE=fr_FR expands it to AbBcC..zZ).
|
||||
# See also the comment in /etc/profile.d/lang.sh
|
||||
export LC_COLLATE=C
|
||||
export TAG=$REPO_TAG
|
||||
if [[ $CLEANUP ]]; then
|
||||
# We want to remove all the build residuals after running the
|
||||
# SlackBuild script. To do that reliably (i.e. without
|
||||
|
Loading…
Reference in New Issue
Block a user