diff options
Diffstat (limited to 'chapter06/pkgmgt.xml')
-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> |