Dr. Werner Fink 2021-07-05 13:54:53 +00:00 committed by Git OBS Bridge
parent ec2a9e7432
commit f4eed780c5

View File

@ -21,7 +21,7 @@
%define texlive_version 2021
%define texlive_previous 2020
%define texlive_release 20210325
%define texlive_noarch 185
%define texlive_noarch 186
#!BuildIgnore: texlive
#!BuildIgnore: texlive-scripts
@ -32915,6 +32915,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
for scr in %{_texmfdistdir}/doc/latex/aramaic-serto/serto.py
do
test -e %{buildroot}/$scr || continue
head -n 1 %{buildroot}/$scr | grep -q python3 && continue
ed %{buildroot}/${scr} <<-'EOF'
1
s@python@python3@