fix one odd duck
This commit is contained in:
parent
220927ed78
commit
1b232674e3
@ -6703,7 +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
|
sed -i '1s|^#!/usr/bin/python |#!%{__python3} |' ./%{_texdir}/texmf-dist/scripts/de-macro/de-macro
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# SCRIPTLETS
|
# SCRIPTLETS
|
||||||
|
Loading…
Reference in New Issue
Block a user