Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

File:
1 edited

Legend:

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

    rc636dee r7cd7f99  
    3737    <para os="c">Prepare E2fsprogs for compilation:</para>
    3838
    39 <screen os="d"><userinput>../configure --prefix=/usr --bindir=/bin \
    40     --with-root-prefix="" --enable-elf-shlibs --disable-libblkid \
    41     --disable-libuuid --disable-fsck --disable-uuidd</userinput></screen>
     39<screen os="d"><userinput>../configure \
     40    --prefix=/usr \
     41    --bindir=/bin \
     42    --with-root-prefix="" \
     43    --enable-elf-shlibs \
     44    --disable-libblkid \
     45    --disable-libuuid \
     46    --disable-fsck \
     47    --disable-uuidd</userinput></screen>
    4248
    4349    <variablelist os="e">
Note: See TracChangeset for help on using the changeset viewer.