texlive from source: Pierre spotted that ldconfig is misplaced. Fixes r16175.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18086 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2016-12-20 18:27:56 +00:00
parent ab3193064b
commit fbdfda1ada
2 changed files with 16 additions and 1 deletions

View File

@ -42,6 +42,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>December 20th, 2016</para>
<itemizedlist>
<listitem>
<para>[ken] - Texlive - move ldconfig to correct place.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>December 19th, 2016</para>
<itemizedlist>

View File

@ -213,8 +213,8 @@ make</userinput></screen>
user:</para>
<screen role="root"><userinput>make install-strip &amp;&amp;
make texlinks &amp;&amp;
ldconfig &amp;&amp;
make texlinks &amp;&amp;
mkdir -pv /opt/texlive/&texlive-year;/tlpkg/TeXLive/ &amp;&amp;
install -v -m644 ../texk/tests/TeXLive/* /opt/texlive/&texlive-year;/tlpkg/TeXLive/</userinput></screen>
@ -288,6 +288,11 @@ fmtutil-sys --all &amp;&amp;</userinput></screen>
<option>--without-x</option>: use this if you do not have Xorg installed.
</para>
<para>
<command>ldconfig</command>: this has to be run here so that <command>make
texlinks</command> can use kpsewhich.
</para>
<para>
<command>make texlinks</command> : this runs the texlinks.sh script
to create symbolic links from formats to engines. In