From b3daada568339f04f379f4f8a0d465f4c821eafc Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 17 Feb 2023 10:04:58 +0800 Subject: [PATCH] fixup! testsuite: ppc64le RTS does not have -rtsopts=-N --- ghc-formatting.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-formatting.spec b/ghc-formatting.spec index e3555e4..3e5582a 100644 --- a/ghc-formatting.spec +++ b/ghc-formatting.spec @@ -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