aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mdevd/abuild
diff options
context:
space:
mode:
authorxplshn <xplshn@murena.io>2025-02-26 05:58:34 -0300
committerxplshn <xplshn@murena.io>2025-02-26 05:58:34 -0300
commitcd9dd179fe9c8179735a36224bf4aa076f1117ba (patch)
tree5bebdc213237a5cd2709c3a473106badd361a59c /repos/extra/mdevd/abuild
parent3268e4ae8585276b075070c1e32b732dbb001d6b (diff)
downloadalicelinux-cd9dd179fe9c8179735a36224bf4aa076f1117ba.tar.gz
alicelinux-cd9dd179fe9c8179735a36224bf4aa076f1117ba.zip
mdevd: fix conflicting rc.boot file
Signed-off-by: xplshn <xplshn@murena.io>
Diffstat (limited to 'repos/extra/mdevd/abuild')
-rw-r--r--repos/extra/mdevd/abuild5
1 files changed, 2 insertions, 3 deletions
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"
}