mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
ab3193064b
commit
fbdfda1ada
@ -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>
|
||||
|
@ -213,8 +213,8 @@ make</userinput></screen>
|
||||
user:</para>
|
||||
|
||||
<screen role="root"><userinput>make install-strip &&
|
||||
make texlinks &&
|
||||
ldconfig &&
|
||||
make texlinks &&
|
||||
mkdir -pv /opt/texlive/&texlive-year;/tlpkg/TeXLive/ &&
|
||||
install -v -m644 ../texk/tests/TeXLive/* /opt/texlive/&texlive-year;/tlpkg/TeXLive/</userinput></screen>
|
||||
|
||||
@ -288,6 +288,11 @@ fmtutil-sys --all &&</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
|
||||
|
Loading…
Reference in New Issue
Block a user