Ignore:
Timestamp:
05/14/2021 06:28:21 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f2a586e
Parents:
70c1211
Message:

pcre: remove instructions for moving libpcre.so to /lib (merged-/usr)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/pcre.xml

    r70c1211 raab13c9  
    112112    </para>
    113113
    114 <screen role="root"><userinput>make install                     &amp;&amp;
    115 mv -v /usr/lib/libpcre.so.* /lib &amp;&amp;
    116 ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so</userinput></screen>
     114<screen role="root"><userinput>make install</userinput></screen>
    117115
    118116  </sect2>
     
    159157      href="../../xincludes/static-libraries.xml"/>
    160158
     159    <!-- FIXME: Removed due to merged-/usr setup
    161160    <para>
    162161      <command>mv -v /usr/lib/libpcre.so.* /lib</command>: Moves the
     
    165164      gets reinstalled with <application>PCRE</application> support.
    166165    </para>
     166    -->
    167167
    168168    <para>
Note: See TracChangeset for help on using the changeset viewer.