summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(){