Ignore:
Timestamp:
10/26/2014 03:35:43 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
05a9cde
Parents:
0e389d13
Message:

More systemd conversion, new package addition and minor fixes to existing ones, package updates for General Libraries section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd-ng@14742 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 moved

Legend:

Unmodified
Added
Removed
  • general/genlib/libgpg-error-systemd.xml

    r0e389d13 r169031f  
    9999install -v -m644 -D README /usr/share/doc/libgpg-error-&libgpg-error-version;/README</userinput></screen>
    100100
     101    <para>
     102      The shared library needs to be moved to
     103      <filename class="directory">/lib</filename>, and as a result the
     104      <filename class="extension">.so</filename> file in
     105      <filename class="directory">/usr/lib</filename> will need to be
     106      recreated. Run the following command as the
     107      <systemitem class="username">root</systemitem> user:
     108    </para>
     109
     110<screen><userinput remap="install">mv -v /usr/lib/libgpg-error.so.* /lib
     111ln -sfv ../../lib/$(readlink /usr/lib/libgpg-error.so) /usr/lib/libgpg-error.so</userinput></screen>
     112
    101113  </sect2>
    102114
Note: See TracChangeset for help on using the changeset viewer.