fix one odd duck

This commit is contained in:
Tom Callaway 2018-09-21 09:38:10 -04:00
parent c99bb3fee0
commit 220927ed78

View File

@ -6703,6 +6703,7 @@ done
pushd %{buildroot} pushd %{buildroot}
find -type f -exec sed -i '1s|^#!/usr/bin/python$|#!%{__python3}|' {} + find -type f -exec sed -i '1s|^#!/usr/bin/python$|#!%{__python3}|' {} +
find -type f -exec sed -i '1s|^#!/usr/bin/env python$|#!%{__python3}|' {} + find -type f -exec sed -i '1s|^#!/usr/bin/env python$|#!%{__python3}|' {} +
sed -i '1s|^#!/usr/bin/python |#!%{__python3} |' %{_texdir}/texmf-dist/scripts/de-macro/de-macro
popd popd
# SCRIPTLETS # SCRIPTLETS