diff options
-rw-r--r-- | pcr/openrc/PKGBUILD | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/pcr/openrc/PKGBUILD b/pcr/openrc/PKGBUILD index a9e8cf43f..79c606289 100644 --- a/pcr/openrc/PKGBUILD +++ b/pcr/openrc/PKGBUILD @@ -13,7 +13,7 @@ pkgbase=openrc pkgname=('openrc' 'openrc-init' 'openrc-sysvinit' 'openrc-net') pkgver=0.38.2 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64' 'armv7h') url="https://github.com/OpenRC/" license=('BSD2') @@ -32,11 +32,20 @@ _makeargs=( SBINDIR=/usr/bin LIBEXECDIR=/usr/lib/rc + # Because OpenRC documentation is terrible, run this: + # $ grep -rhoE --exclude='*.md' 'MK[^=}? ]+' | sort -u + # If we agree with the default, list it here, but commented out + #MKAUDIT=no + MKBASHCOMP=yes #MKNET=yes MKPAM=pam - MKSELINUX=no + #MKPKGCONFIG=yes + #MKPREFIX=no + #MKSELINUX=no + MKSTATICLIBS=no MKSYSVINIT=yes MKTERMCAP=ncurses + MKZSHCOMP=yes ) build(){ |