From 0cb7ec9143495b289052326a2de4f80f6175a4de Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 20 Aug 2018 12:45:39 -0400 Subject: pcr/openrc: Arrange MK*= config items alphabetically --- pcr/openrc/PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'pcr/openrc') diff --git a/pcr/openrc/PKGBUILD b/pcr/openrc/PKGBUILD index 3bab7dc18..eb8356b0b 100644 --- a/pcr/openrc/PKGBUILD +++ b/pcr/openrc/PKGBUILD @@ -31,11 +31,12 @@ _makeargs=( PREFIX=/usr SBINDIR=/usr/bin LIBEXECDIR=/usr/lib/rc - MKSELINUX=no - MKPAM=pam - MKTERMCAP=ncurses + MKNET=no + MKPAM=pam + MKSELINUX=no MKSYSVINIT=yes + MKTERMCAP=ncurses ) build(){ -- cgit v1.2.3