From cd9dd179fe9c8179735a36224bf4aa076f1117ba Mon Sep 17 00:00:00 2001 From: xplshn Date: Wed, 26 Feb 2025 05:58:34 -0300 Subject: mdevd: fix conflicting rc.boot file Signed-off-by: xplshn --- repos/extra/mdevd/.files | 1 - repos/extra/mdevd/abuild | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'repos/extra/mdevd') diff --git a/repos/extra/mdevd/.files b/repos/extra/mdevd/.files index 339dd5d8..b7496fb0 100644 --- a/repos/extra/mdevd/.files +++ b/repos/extra/mdevd/.files @@ -1,6 +1,5 @@ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/mdevd.conf.new --rw-r--r-- root/root etc/rc.boot.new drwxr-xr-x root/root etc/sv/ drwxr-xr-x root/root etc/sv/mdevd/ -rwxr-xr-x root/root etc/sv/mdevd/run.new diff --git a/repos/extra/mdevd/abuild b/repos/extra/mdevd/abuild index d904a52f..159b3f87 100644 --- a/repos/extra/mdevd/abuild +++ b/repos/extra/mdevd/abuild @@ -11,12 +11,11 @@ keep_static=1 build() { ./configure \ --prefix=/usr \ - --enable-static-libc #\ - #--disable-shared + --enable-static-libc \ + --disable-shared make make install mkdir "$PKG/etc" mv "$SRC/mdevd.conf" "$PKG/etc/mdevd.conf" - sed '/mdev/ { /#/! s/^/#/; }' /etc/rc.boot >"$PKG/etc/rc.boot" } -- cgit v1.2.3