Ignore:
Timestamp:
Dec 13, 2015, 4:19:04 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 15:57:55)
git-committer:
Chris Staub <chris@…> (12/13/15 16:19:04)
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/kmod.xml

    r00cf9ca rb27081c4  
    2929    <para os="a">Prepare Kmod for compilation:</para>
    3030
    31 <screen os="b"><userinput>./configure --prefix=/usr \
    32     --bindir=/bin --sysconfdir=/etc \
     31<screen os="b"><userinput>./configure \
     32    --prefix=/usr \
     33    --bindir=/bin \
     34    --sysconfdir=/etc \
    3335    --with-rootlibdir=/lib \
    34     --with-zlib --with-xz</userinput></screen>
     36    --with-zlib \
     37    --with-xz</userinput></screen>
    3538
    3639    <variablelist os="c">
Note: See TracChangeset for help on using the changeset viewer.