Dr. Werner Fink 2015-03-31 16:39:17 +00:00 committed by Git OBS Bridge
parent 0002908fad
commit e965f3643c

View File

@ -2771,6 +2771,22 @@ popd
install -m 0755 texk/seetexk/mydvichk ${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
%if 0%{texlive_version} >= 2013
mkdir -p ${prefix}/share/tlpkg/TeXLive