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/pkgmgt.xml

    rc636dee r7cd7f99  
    149149      not install the package properly:</para>
    150150
    151 <screen role="nodump"><userinput>./configure --prefix=/usr/pkg/libfoo/1.1
     151<screen role="nodump"><userinput>./configure \
     152    --prefix=/usr/pkg/libfoo/1.1
    152153make
    153154make install</userinput></screen>
     
    162163      approach works as follows:</para>
    163164
    164 <screen role="nodump"><userinput>./configure --prefix=/usr
     165<screen role="nodump"><userinput>./configure \
     166    --prefix=/usr
    165167make
    166168make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.