Changeset 991595cf for BOOK/final-system/common/pkgmgt.xml
- Timestamp:
- Dec 14, 2015, 12:21:52 AM (9 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/pkgmgt.xml
rdbc5b02 r991595cf 149 149 not install the package properly:</para> 150 150 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 152 153 make 153 154 make install</userinput></screen> … … 162 163 approach works as follows:</para> 163 164 164 <screen role="nodump"><userinput>./configure --prefix=/usr 165 <screen role="nodump"><userinput>./configure \ 166 --prefix=/usr 165 167 make 166 168 make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.