.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=186
This commit is contained in:
parent
0002908fad
commit
e965f3643c
16
texlive.spec
16
texlive.spec
@ -2771,6 +2771,22 @@ 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
|
||||||
|
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'
|
||||||
|
#!/bin/sh
|
||||||
|
echo "${0}: is not supported on $(uname -m)" 1>&2
|
||||||
|
exit 1
|
||||||
|
EOF
|
||||||
|
chmod 0755 ${prefix}/bin/$broken
|
||||||
|
unset broken
|
||||||
|
done
|
||||||
|
%endif
|
||||||
|
|
||||||
# install perl modules
|
# install perl modules
|
||||||
%if 0%{texlive_version} >= 2013
|
%if 0%{texlive_version} >= 2013
|
||||||
mkdir -p ${prefix}/share/tlpkg/TeXLive
|
mkdir -p ${prefix}/share/tlpkg/TeXLive
|
||||||
|
Loading…
Reference in New Issue
Block a user