From b9178d32d3fbfc6731d7a2ae2c23e0d47c70920f Mon Sep 17 00:00:00 2001 From: Thomas Trepl Date: Mon, 19 Aug 2024 07:52:44 +0200 Subject: [PATCH] Disable manpages in m?32 too --- chapter08/kmod.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml index f21a50b5c..62512c173 100644 --- a/chapter08/kmod.xml +++ b/chapter08/kmod.xml @@ -135,6 +135,7 @@ make clean --with-xz \ --with-zstd \ --with-zlib \ + --disable-manpages \ --with-rootlibdir=/usr/lib32 Compile the package: @@ -173,6 +174,7 @@ make clean --with-xz \ --with-zstd \ --with-zlib \ + --disable-manpages \ --with-rootlibdir=/usr/libx32 Compile the package: