aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2013-12-26 23:20:53 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2013-12-26 23:20:53 +0000
commit86c8a6fc39e90e050b913eef0de0e3b403982608 (patch)
tree8af9f391db257c0078b2df2cf2c2079158f5a573
parenta7ea39a8b0aebb7c6e425ac6564ca150a5580e3f (diff)
add infodir switch to bc
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10418 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/bc.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index 92f7cbe73..75bc95d23 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -45,6 +45,7 @@
<screen><userinput remap="configure">./configure --prefix=/usr \
--with-readline \
+ --infodir=/usr/share/info \
--mandir=/usr/share/man</userinput></screen>
<variablelist>