summaryrefslogtreecommitdiff
path: root/system/openrc/openrc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/openrc/openrc.SlackBuild')
-rw-r--r--system/openrc/openrc.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild
index bd5c8533e6..da52ff6df9 100644
--- a/system/openrc/openrc.SlackBuild
+++ b/system/openrc/openrc.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=openrc
VERSION=${VERSION:-0.35.5}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -80,7 +80,7 @@ MAKEARGS+=(MANDIR=/usr/man)
MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION)
MAKEARGS+=(MKTERMCAP=ncurses)
MAKEARGS+=(MKBASHCOMP=yes)
-#MAKEARGS+=(BRANDING='Slackware Linux')
+MAKEARGS+=(BRANDING="$(uname -rs) on $(cat /etc/slackware-version)")
make "${MAKEARGS[@]}"