diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 14:56:33 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-26 14:56:33 +0000 |
commit | 942465e12e2f82e6ff0fcf130cc49b8aa306c8f9 (patch) | |
tree | f867383570e08539df57e8a9ef21de82466fd102 /chapter06 | |
parent | 2914987be2f15790bf042ec4f1e39361e6937dc8 (diff) |
Added 'nodump' to commands in the Package Management section.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7309 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/pkgmgt.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml index d09294da0..e6d9bae3f 100644 --- a/chapter06/pkgmgt.xml +++ b/chapter06/pkgmgt.xml @@ -151,7 +151,7 @@ are installing a package libfoo-1.1. The following instructions may not install the package properly:</para> -<screen><userinput>./configure --prefix=/usr/pkg/libfoo/1.1 +<screen role="nodump"><userinput>./configure --prefix=/usr/pkg/libfoo/1.1 make make install</userinput></screen> @@ -164,7 +164,7 @@ make install</userinput></screen> <envar>DESTDIR</envar> strategy to fake installation of the package. This approach works as follows:</para> -<screen><userinput>./configure --prefix=/usr +<screen role="nodump"><userinput>./configure --prefix=/usr make make DESTDIR=/usr/pkg/libfoo/1.1 install</userinput></screen> |