kmod: Drop --sbindir=/usr/sbin

The autoconf-based build system of kmod needs this, but we've switched
to meson where this is the default.

Also it's to be decided if we should put "lsmod" back to bin.
This commit is contained in:
Xi Ruoyao 2025-04-02 20:49:20 +08:00
parent d116c1bdb0
commit 9bad19ff57
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -47,7 +47,6 @@
cd build cd build
meson setup --prefix=/usr .. \ meson setup --prefix=/usr .. \
--sbindir=/usr/sbin \
--buildtype=release \ --buildtype=release \
-D manpages=false</userinput></screen> -D manpages=false</userinput></screen>