From d22e8fca36b945ea785b82c2cf43f4fbd4879ec8 Mon Sep 17 00:00:00 2001 From: Aaditya Bagga Date: Mon, 21 Jan 2019 17:52:09 +0530 Subject: system/openrc: Updated for version 0.40.3. Signed-off-by: Willy Sudiarto Raharjo --- system/openrc/openrc.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system/openrc/openrc.SlackBuild') diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild index 556197b760e4f..0cea5f43918bf 100644 --- a/system/openrc/openrc.SlackBuild +++ b/system/openrc/openrc.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for openrc # Based upon https://aur.archlinux.org/packages/openrc/ -# Copyright 2015-2018 Aaditya Bagga +# Copyright 2015-2019 Aaditya Bagga # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=openrc -VERSION=${VERSION:-0.39.2} +VERSION=${VERSION:-0.40.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,7 +80,9 @@ MAKEARGS+=(SBINDIR=/sbin) MAKEARGS+=(MANDIR=/usr/man) MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION) MAKEARGS+=(MKTERMCAP=ncurses) +MAKEARGS+=(MKSYSVINIT=no) MAKEARGS+=(MKBASHCOMP=yes) +MAKEARGS+=(MKZSHCOMP=yes) #MAKEARGS+=(BRANDING="$(cat /etc/slackware-version)") make "${MAKEARGS[@]}" -- cgit v1.2.3