From 942465e12e2f82e6ff0fcf130cc49b8aa306c8f9 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Thu, 26 Jan 2006 14:56:33 +0000 Subject: 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 --- chapter06/pkgmgt.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') 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: -./configure --prefix=/usr/pkg/libfoo/1.1 +./configure --prefix=/usr/pkg/libfoo/1.1 make make install @@ -164,7 +164,7 @@ make install DESTDIR strategy to fake installation of the package. This approach works as follows: -./configure --prefix=/usr +./configure --prefix=/usr make make DESTDIR=/usr/pkg/libfoo/1.1 install -- cgit v1.2.3-54-g00ecf