Ignore:
Timestamp:
07/22/2014 01:19:25 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
8692448
Parents:
d549985a
Message:

Add libinput. Move libgpg-error and libgcrypt shared libraries to /lib.

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

File:
1 moved

Legend:

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

    rd549985a r1d054a4  
    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.