kate: Remove extra comma

seamonkey: Fix the icon symlink

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22856 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Douglas R. Reno 2020-03-19 03:00:38 +00:00
parent 348ca5173d
commit 7226770cf2
3 changed files with 7 additions and 3 deletions

View File

@ -44,6 +44,10 @@
<listitem>
<para>March 18th, 2020</para>
<itemizedlist>
<listitem>
<para>[renodr] - Fix the symbolic link creation in Seamonkey so that
the symlink points to the proper icon.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to postfix-3.5.0. Fixes
<ulink url="&blfs-ticket-root;13277">#13277</ulink>.</para>

View File

@ -73,7 +73,7 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="kf5-frameworks"/>,
<xref linkend="kf5-frameworks"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>

View File

@ -445,8 +445,8 @@ StartupNotify=true
Terminal=false</literal>
EOF
ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
/usr/share/pixmaps</userinput></screen>
ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/default128.png \
/usr/share/pixmaps/seamonkey.png</userinput></screen>
</sect2>
<sect2 role="content">