Author: fernando
Date: Sun Feb 16 11:46:04 2014
New Revision: 12714
Log:
GnuPG-2.0.22: Symlinks for compatibility with the first version of GnuPG.
Modified:
trunk/BOOK/postlfs/security/gnupg2.xml
Modified: trunk/BOOK/postlfs/security/gnupg2.xml
==============================================================================
--- trunk/BOOK/postlfs/security/gnupg2.xml Sun Feb 16 02:51:23 2014
(r12713)
+++ trunk/BOOK/postlfs/security/gnupg2.xml Sun Feb 16 11:46:04 2014
(r12714)
@@ -113,9 +113,11 @@
<filename>/usr/share/man/man1/gpg-zip.1</filename>. Now, as the
<systemitem class="username">root</systemitem> user:</para>
-<screen role="root"><userinput>make install &&
+<screen role="root"><userinput>make install &&
+ln -sv gpg2 /usr/bin/gpg &&
+ln -sv gpgv2 /usr/bin/gpgv &&
-install -v -m755 -d /usr/share/doc/gnupg-&gnupg2-version;/html &&
+install -v -m755 -d /usr/share/doc/gnupg-&gnupg2-version;/html &&
install -v -m644 doc/gnupg_nochunks.html \
/usr/share/doc/gnupg-&gnupg2-version;/gnupg.html &&
install -v -m644 doc/*.texi doc/gnupg.txt \
@@ -135,6 +137,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>ln -sv gpg...</command>: Symlinks for compatibility with the
+ first version of <application>GnuPG</application>.</para>
+
<para><parameter>--libexecdir=/usr/lib/gnupg2</parameter>: This switch
creates a <filename class="directory">gnupg</filename> directory in
<filename class="directory">/usr/lib</filename> instead of
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page