From 1b592f17b08af40ebbf96048766668c7a521cd785e9d64cf7e7edc5fada6c889 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 31 Mar 2015 17:48:35 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=187 --- texlive.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/texlive.spec b/texlive.spec index e256f1d..c0e2b24 100644 --- a/texlive.spec +++ b/texlive.spec @@ -2681,7 +2681,7 @@ popd --enable-seetexk \ --enable-tex4htk \ --enable-shared \ -%ifarch %ix86 ppc +%ifarch %ix86 x86_64 ppc --enable-luajittex \ %else --disable-luajittex \ @@ -2771,13 +2771,13 @@ popd install -m 0755 texk/seetexk/mydvichk ${prefix}/bin/ install -m 0755 texk/seetexk/odd2even ${prefix}/bin/ -%ifarch %ix86 ppc +%ifarch %ix86 x86_64 ppc echo "Luaji is supported on this platform" %else for broken in luajittex texluajit texluajitc do test ! -x ${prefix}/bin/$broken || continue - (cat>${prefix}/bin/$broken)<<'EOF' + (cat>${prefix}/bin/$broken)<<-'EOF' #!/bin/sh echo "${0}: is not supported on $(uname -m)" 1>&2 exit 1