Ignore:
Timestamp:
Dec 14, 2015, 12:21:52 AM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

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

    rdbc5b02 r991595cf  
    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.