diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-20 12:45:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-08-20 13:06:10 -0400 |
commit | 0cb7ec9143495b289052326a2de4f80f6175a4de (patch) | |
tree | 44e721ab7dbe55fd056339e4f3b98350e3660b32 /pcr/openrc | |
parent | 4622c8e1fd00f48c231145c65e29af2ea9b40de7 (diff) | |
download | abslibre-0cb7ec9143495b289052326a2de4f80f6175a4de.tar.gz abslibre-0cb7ec9143495b289052326a2de4f80f6175a4de.tar.bz2 abslibre-0cb7ec9143495b289052326a2de4f80f6175a4de.zip |
pcr/openrc: Arrange MK*= config items alphabetically
Diffstat (limited to 'pcr/openrc')
-rw-r--r-- | pcr/openrc/PKGBUILD | 7 |
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(){ |