diff --git a/chapter08/kmod.xml b/chapter08/kmod.xml index 861086251..cb4e6279c 100644 --- a/chapter08/kmod.xml +++ b/chapter08/kmod.xml @@ -92,8 +92,7 @@ meson setup --prefix=/usr .. \ Prepare Kmod for compilation: - -PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \ +PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \ CC="gcc -m32 -march=i686" \ CXX="g++ -m32 -march=i686" \ meson setup --prefix=/usr .. \