diff options
author | Aaditya Bagga <aaditya_gnulinux@zoho.com> | 2018-03-25 11:40:27 +0530 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-13 04:21:41 +0700 |
commit | 6377ec6372586e794535e78850432ae5627b97b1 (patch) | |
tree | c4fbaebb23f6f67de56248867244e4525250a1fb /system/openrc/openrc.SlackBuild | |
parent | 688fe9b54f069b6339561caa0fece196b281858a (diff) | |
download | slackbuilds-6377ec6372586e794535e78850432ae5627b97b1.tar.gz |
system/openrc: Updated for version 0.35.5.
Diffstat (limited to 'system/openrc/openrc.SlackBuild')
-rw-r--r-- | system/openrc/openrc.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild index 4760d5f4b7..bd5c8533e6 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-2017 Aaditya Bagga <aaditya_gnulinux@zoho.com> +# Copyright 2015-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com> # 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.32.1} +VERSION=${VERSION:-0.35.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -79,6 +79,7 @@ MAKEARGS+=(SBINDIR=/sbin) MAKEARGS+=(MANDIR=/usr/man) MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION) MAKEARGS+=(MKTERMCAP=ncurses) +MAKEARGS+=(MKBASHCOMP=yes) #MAKEARGS+=(BRANDING='Slackware Linux') make "${MAKEARGS[@]}" |