Author: bdubbs
Date: Mon Sep 29 19:33:02 2014
New Revision: 14426

Log:
Fix joe docdir

Modified:
   trunk/BOOK/postlfs/editors/joe.xml

Modified: trunk/BOOK/postlfs/editors/joe.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/joe.xml  Mon Sep 29 18:44:42 2014        (r14425)
+++ trunk/BOOK/postlfs/editors/joe.xml  Mon Sep 29 19:33:02 2014        (r14426)
@@ -68,7 +68,10 @@
     <para>Install <application>JOE</application> by running the
     following commands:</para>
 
-<screen><userinput>./configure --sysconfdir=/etc --prefix=/usr &amp;&amp;
+<screen><userinput>
+./configure --prefix=/usr     \
+            --sysconfdir=/etc \
+            --docdir=/usr/share/doc/joe-&joe-version; &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to