fix variable naming mistake in triggerpostun

This commit is contained in:
Tom Callaway 2016-10-17 15:01:44 -04:00
parent 8e509d91d4
commit 2f2127230e
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
%global source_date 20160520
%global tl_version 2016
%global tl_rel 11
%global tl_rel 12
%global tl_release %{tl_rel}.%{source_date}%{?dist}
%global tl_noarch_release %{tl_rel}%{?dist}
%global source_name texlive-%{source_date}-source
@ -7479,7 +7479,7 @@ done <<< "$list"
%transfiletriggerpostun kpathsea -- %{_texdir}/texmf-dist/fonts/map/dvips/
list=`grep "\.map" | sort -n | uniq`
while read -r line; do
shortfile=`basename $file`
shortfile=`basename $line`
if `echo $shortfile | grep -Eq 'allrunes.map|arabtex.map|arss.map|artm.map|bbold.map|cbgreek-full.map|ccpl.map|cmextra.map|cmll.map|cm.map|cm-super-t1.map|cm-super-t2a.map|cm-super-t2b.map|cm-super-t2c.map|cm-super-ts1.map|cm-super-x2.map|cmtext-bsr-interpolated.map|cyrillic.map|dvng.map|esint.map|ethiop.map|eurosym.map|hfbright.map|iby.map|latxfont.map|lxfonts.map|manfnt.map|mflogo.map|mongolian.map|musix.map|pigpen.map|plother.map|pltext.map|rsfs.map|semaf.map|stmaryrd.map|symbols.map|tipa.map|trajan.map|vnrother.map|vnrtext.map|wasy.map|xypic.map|yhmath.map'`; then
%{_bindir}/updmap-sys --nomkmap --disable MixedMap=$shortfile >/dev/null || :
else
@ -221964,6 +221964,9 @@ fi
%{_libdir}/pkgconfig/*.pc
%changelog
* Mon Oct 17 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-12.2016520
- fix variable naming mistake in triggerpostun
* Fri Oct 14 2016 Tom Callaway <spot@fedoraproject.org> 5:2016-11.2016520
- redo font triggers entirely, they actually work now, only process the files they should
and no longer loop forever