Browse Source

openssl: renaming the docdir is not 'if desired'

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Xi Ruoyao 3 years ago
parent
commit
f82ef4995e
1 changed files with 7 additions and 3 deletions
  1. 7 3
      chapter08/openssl.xml

+ 7 - 3
chapter08/openssl.xml

@@ -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>