From 2d490f9b2b7a1280661f5a831ee24ece8f8633d6 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 29 Jul 2015 23:02:43 -0400 Subject: [PATCH] fix fmtutil legacy issue --- texlive.spec | 3 --- texlive.spec.template | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/texlive.spec b/texlive.spec index 4883489..6a2af80 100644 --- a/texlive.spec +++ b/texlive.spec @@ -237111,9 +237111,6 @@ cat << EOF > %{buildroot}%{macrosdir}/macros.texlive %_texmf_conf /usr/share/texlive/texmf-config EOF -# install correct fmtutil.sh which has selinux fix -install -m 755 source/inst/share/texmf-dist/scripts/texlive/fmtutil.sh %{buildroot}/%{_texdir}/texmf-dist/scripts/texlive/fmtutil.sh - %clean rm -rf %{buildroot} diff --git a/texlive.spec.template b/texlive.spec.template index 7d13325..b09c40f 100644 --- a/texlive.spec.template +++ b/texlive.spec.template @@ -167,7 +167,7 @@ cd work --disable-ptexenc \ --disable-largefile \ --disable-rpath \ ---disable-luajittex +--enable-luajittex # disable rpath for i in `find . -name libtool`; do @@ -347,9 +347,6 @@ cat << EOF > %{buildroot}%{macrosdir}/macros.texlive %_texmf_conf /usr/share/texlive/texmf-config EOF -# install correct fmtutil.sh which has selinux fix -install -m 755 source/inst/share/texmf-dist/scripts/texlive/fmtutil.sh %{buildroot}/%{_texdir}/texmf-dist/scripts/texlive/fmtutil.sh - %clean rm -rf %{buildroot}