Author: xry111
Date: Wed Dec  9 07:10:39 2020
New Revision: 12068

Log:
openssl: renaming the docdir is not 'if desired'

Modified:
   trunk/BOOK/chapter08/openssl.xml

Modified: trunk/BOOK/chapter08/openssl.xml
==============================================================================
--- trunk/BOOK/chapter08/openssl.xml    Mon Dec  7 16:23:56 2020        (r12067)
+++ trunk/BOOK/chapter08/openssl.xml    Wed Dec  9 07:10:39 2020        (r12068)
@@ -68,10 +68,14 @@
 <screen><userinput remap="install">sed -i '/INSTALL_LIBS/s/libcrypto.a 
libssl.a//' Makefile
 make MANSUFFIX=ssl install</userinput></screen>
 
-    <para>If desired, install the documentation:</para>
+    <para>Add the version to the documentation directory name, to be
+    consistent with other packages:</para>
 
-<screen><userinput remap="install">mv -v /usr/share/doc/openssl 
/usr/share/doc/openssl-&openssl-version;
-cp -vfr doc/* /usr/share/doc/openssl-&openssl-version;</userinput></screen>
+<screen><userinput remap="install">mv -v /usr/share/doc/openssl 
/usr/share/doc/openssl-&openssl-version;</userinput></screen>
+
+    <para>If desired, install some additional documentation:</para>
+
+<screen><userinput remap="install">cp -vfr doc/* 
/usr/share/doc/openssl-&openssl-version;</userinput></screen>
 
   </sect2>
 
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to