From 38aed45bad5b13f0dd952cc7e48890712b24a01c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Thu, 20 Aug 2020 17:31:44 +0300 Subject: 9base: install rcmain to the etc directory --- community/9base/build | 2 ++ 1 file changed, 2 insertions(+) (limited to 'community/9base/build') diff --git a/community/9base/build b/community/9base/build index d5660e1f..bcc028a4 100755 --- a/community/9base/build +++ b/community/9base/build @@ -2,5 +2,7 @@ export CFLAGS="$CFLAGS -fcommon" +patch -p1 < etc-rcmain.patch + make PREFIX=/usr make PREFIX=/usr DESTDIR="$1" install -- cgit v1.2.3