Link target of /usr/bin/rungs changed suffix from tlu to lua (boo#1211116)
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=449
This commit is contained in:
parent
1a69a24064
commit
a2ac92e500
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 07:02:45 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
- Link target of /usr/bin/rungs changed suffix from tlu to lua (boo#1211116)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 09:28:07 UTC 2023 - Dr. Werner Fink <werner@suse.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define texlive_version 2023
|
||||
%define texlive_previous 2022
|
||||
%define texlive_release 20230311
|
||||
%define texlive_noarch 202
|
||||
%define texlive_noarch 204
|
||||
%define texlive_source texlive-20230311-source
|
||||
%define biber_version 2.19
|
||||
|
||||
@ -4714,8 +4714,13 @@ popd
|
||||
# new git-latexdiff wrapper script
|
||||
ln -vsf ../share/texmf/scripts/git-latexdiff/git-latexdiff git-latexdiff
|
||||
# ... and add rungs texlua script as dvipdfmx/dvipdfm require this
|
||||
%if 0%{texlive_version} >= 2023
|
||||
ln -vsf ../share/texmf/scripts/texlive/rungs.lua rungs
|
||||
rm -vf %{buildroot}%{_texmfdistdir}/scripts/texlive/rungs.lua
|
||||
%else
|
||||
ln -vsf ../share/texmf/scripts/texlive/rungs.tlu rungs
|
||||
rm -vf %{buildroot}%{_texmfdistdir}/scripts/texlive/rungs.tlu
|
||||
%endif
|
||||
%endif
|
||||
popd
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user