aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bc.xml
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2013-12-29 11:04:20 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2013-12-29 11:04:20 +0000
commite251cb2d38df57e7ba2634fcf4b848258b6c4eb9 (patch)
treeb4118975d44d0ea500b07607d5cfc9c184950a13 /chapter06/bc.xml
parente279771f58d9e20d3604ba70085bfd3ffc05ee09 (diff)
Merge some changes from lfs systemd, so we don't diverge that much
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10420 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bc.xml')
-rw-r--r--chapter06/bc.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index 8e37d0132..75bc95d23 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -43,7 +43,10 @@
<para>Prepare Bc for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --with-readline</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --with-readline \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>