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

Put one configure option per line

File:
1 edited

Legend:

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

    r00cf9ca rb27081c4  
    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.