From 9bad19ff57dfbbd8e634395ef265c32cfac0f7ec Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Wed, 2 Apr 2025 20:49:20 +0800 Subject: [PATCH] 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. --- chapter08/kmod.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml index 2c1174d7f..0041199f5 100644 --- a/chapter08/kmod.xml +++ b/chapter08/kmod.xml @@ -47,7 +47,6 @@ cd build meson setup --prefix=/usr .. \ - --sbindir=/usr/sbin \ --buildtype=release \ -D manpages=false