forked from pool/texlive
.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=187
This commit is contained in:
parent
e965f3643c
commit
1b592f17b0
@ -2681,7 +2681,7 @@ popd
|
|||||||
--enable-seetexk \
|
--enable-seetexk \
|
||||||
--enable-tex4htk \
|
--enable-tex4htk \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
%ifarch %ix86 ppc
|
%ifarch %ix86 x86_64 ppc
|
||||||
--enable-luajittex \
|
--enable-luajittex \
|
||||||
%else
|
%else
|
||||||
--disable-luajittex \
|
--disable-luajittex \
|
||||||
@ -2771,13 +2771,13 @@ popd
|
|||||||
install -m 0755 texk/seetexk/mydvichk ${prefix}/bin/
|
install -m 0755 texk/seetexk/mydvichk ${prefix}/bin/
|
||||||
install -m 0755 texk/seetexk/odd2even ${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"
|
echo "Luaji is supported on this platform"
|
||||||
%else
|
%else
|
||||||
for broken in luajittex texluajit texluajitc
|
for broken in luajittex texluajit texluajitc
|
||||||
do
|
do
|
||||||
test ! -x ${prefix}/bin/$broken || continue
|
test ! -x ${prefix}/bin/$broken || continue
|
||||||
(cat>${prefix}/bin/$broken)<<'EOF'
|
(cat>${prefix}/bin/$broken)<<-'EOF'
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "${0}: is not supported on $(uname -m)" 1>&2
|
echo "${0}: is not supported on $(uname -m)" 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user