From 0445a3d50660d84f11d095db0177078f4f5cd8a0 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 18 Sep 2007 21:11:00 +0000 Subject: Added remap attributes to userinput tags in packages pages. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/db.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter06/db.xml') diff --git a/chapter06/db.xml b/chapter06/db.xml index b1f12e379..dc87fb78c 100644 --- a/chapter06/db.xml +++ b/chapter06/db.xml @@ -63,7 +63,7 @@ Prepare Berkeley DB for compilation: -cd build_unix +cd build_unix ../dist/configure --prefix=/usr --enable-compat185 --enable-cxx @@ -88,7 +88,7 @@ Compile the package: -make +make It is not possible to test the package meaningfully, because that would involve building TCL bindings. TCL bindings cannot be @@ -98,7 +98,7 @@ Install the package: -make docdir=/usr/share/doc/db-&db-version; install +make docdir=/usr/share/doc/db-&db-version; install The meaning of the make parameter: @@ -115,7 +115,7 @@ Fix the ownership of the installed documentation: -chown -Rv root:root /usr/share/doc/db-&db-version; +chown -Rv root:root /usr/share/doc/db-&db-version; -- cgit v1.2.3-54-g00ecf