Dr. Werner Fink 2021-07-05 13:56:36 +00:00 committed by Git OBS Bridge
parent 4cc0e221a3
commit 391713a44e

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
@ -34030,6 +34030,7 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || :
%{_texmfdistdir}/scripts/lilyglyphs/lilyglyphs_common.py
do
test -e %{buildroot}/$scr || continue
head -n 1 %{buildroot}/$scr | grep -q python3 && continue
ed %{buildroot}/${scr} <<-'EOF'
1
s@python@python3@