diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-02 08:34:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-02-02 08:34:09 +0000 |
commit | 3d6999c2299e34438f5e7a165f8b14e854e05e8b (patch) | |
tree | 012e352b8cd601093505e5358934dc4cc2bceaad | |
parent | 3380af360706c0e79b3476fd395d1e83cb21acee (diff) |
Fix trailing space
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9725 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kmod.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index e2066bae3..5ffe8d3ab 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -45,7 +45,7 @@ <screen><userinput remap="configure">liblzma_CFLAGS="-I/usr/include" \ liblzma_LIBS="-L/lib -llzma" \ -zlib_CFLAGS="-I/usr/include" \ +zlib_CFLAGS="-I/usr/include" \ zlib_LIBS="-L/lib -lz" \ ./configure --prefix=/usr --bindir=/bin --libdir=/lib --sysconfdir=/etc \ --with-xz --with-zlib</userinput></screen> |