summaryrefslogtreecommitdiff
path: root/pcr/openrc
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-08-20 12:45:39 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-08-20 13:06:10 -0400
commit0cb7ec9143495b289052326a2de4f80f6175a4de (patch)
tree44e721ab7dbe55fd056339e4f3b98350e3660b32 /pcr/openrc
parent4622c8e1fd00f48c231145c65e29af2ea9b40de7 (diff)
pcr/openrc: Arrange MK*= config items alphabetically
Diffstat (limited to 'pcr/openrc')
-rw-r--r--pcr/openrc/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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(){