aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/openssl.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2020-12-09 15:10:39 +0000
committerXi Ruoyao <xry111@mengyan1223.wang>2020-12-09 15:10:39 +0000
commitf82ef4995ecd7bdfc6d850efc30ddab0df22f016 (patch)
treeb5dc9d135101ce8154a9b49042828a69363e8bd7 /chapter08/openssl.xml
parent02796f856d605db3c56d203cb5389d14b33694d6 (diff)
openssl: renaming the docdir is not 'if desired'
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12068 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r--chapter08/openssl.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index cca92eaf6..3b8dc1cb9 100644
--- a/chapter08/openssl.xml
+++ b/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>