mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-26 09:58:14 +01: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
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue