mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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:
parent
348ca5173d
commit
7226770cf2
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user