Ignore:
Timestamp:
06/11/2017 09:34:19 PM (7 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
5a717c0
Parents:
21d13a48
Message:

Use /sbin/ldconfig instead of just 'ldconfig' in llvm3 and texlive so that it can work if /sbin is not on root's PATH, e.g. after sudo.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18820 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pst/typesetting/texlive.xml

    r21d13a48 r95d0a04  
    217217
    218218<screen role="root"><userinput>make install-strip &amp;&amp;
    219 ldconfig &amp;&amp;
     219/sbin/ldconfig &amp;&amp;
    220220make texlinks &amp;&amp;
    221221mkdir -pv /opt/texlive/&texlive-year;/tlpkg/TeXLive/ &amp;&amp;
     
    281281
    282282    <para>
    283       <command>ldconfig</command>: this has to be run here so that <command>make
     283      <command>/sbin/ldconfig</command>: this has to be run here so that <command>make
    284284      texlinks</command> can use kpsewhich.
    285285    </para>
Note: See TracChangeset for help on using the changeset viewer.