fixup! testsuite: ppc64le RTS does not have -rtsopts=-N

This commit is contained in:
Jens Petersen 2023-02-17 10:04:58 +08:00
parent 74a868708c
commit b3daada568
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ dos2unix -k -n %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
%ifarch ppc64le
sed -e "s/ -rtsopts -with-rtsopts=-N//" %{pkg_name}.cabal
sed -i -e "s/ -rtsopts -with-rtsopts=-N//" %{pkg_name}.cabal
%endif