Resolves: #2031879, fix invalid symlink to mktexmf

This commit is contained in:
Than Ngo 2022-02-14 11:08:45 +01:00
parent 645aa2551e
commit 8b68f77db7
1 changed files with 9 additions and 1 deletions

View File

@ -24,7 +24,7 @@
Name: texlive
Version: %{source_date}
Release: 24%{?dist}
Release: 25%{?dist}
Epoch: %{tl_epoch}
Summary: TeX formatting system
Group: Applications/Publishing
@ -25566,8 +25566,13 @@ pushd %{buildroot}%{_bindir}
rm -f latexmk
rm -rf %{buildroot}%{_texdir}/texmf-dist/scripts/latexmk
rm -f %{buildroot}%{_datadir}/texlive/texmf-dist/doc/man/man1/latexmk.*
# Fix symlinks for helper scripts
rm -rf mktexmf
ln -s /usr/share/texlive/texmf-dist/scripts/texlive/mktexmf mktexmf
popd
# Move docs
mkdir -p %{buildroot}%{_datadir}/
mkdir -p %{buildroot}%{_infodir}/
@ -28390,6 +28395,9 @@ done <<< "$list"
%{_texdir}/texmf-dist/doc/latex/xpatch/
%changelog
* Mon Feb 14 2022 Than Ngo <than@redhat.com> - 9:20200406-25
- Resolves: #2031879, fix invalid symlink to mktexmf
* Sun Dec 12 2021 Than Ngo <than@redhat.com> - 9:20200406-24
- Related: #2014453, fixed dependencies