Fix patching of python command

This commit is contained in:
Tom Hughes 2018-07-23 14:19:13 +01:00
parent 17a37460e5
commit e595e0bfb7

View File

@ -34,7 +34,7 @@ is packaged up as a single header for extra convenience.
%prep
%autosetup -p 1 -n Catch2-%{version}
# No python, just python3
sed -i -e "s|COMMAND python |COMMAND python3 |" CMakeLists.txt
sed -i -e "s|COMMAND python |COMMAND python3 |" projects/CMakeLists.txt
%build