From fa36f01e95d95c1550c70165d5da442e5f917371 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Fri, 13 Nov 2009 02:59:15 +0000 Subject: [PATCH] fix %check --- ghc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghc.spec b/ghc.spec index 79d17a8..c3809d2 100644 --- a/ghc.spec +++ b/ghc.spec @@ -178,11 +178,11 @@ done rm -rf testghc mkdir testghc echo 'main = putStrLn "Foo"' > testghc/foo.hs -ghc/stage2-inplace/ghc testghc/foo.hs -o testghc/foo +inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo [ "$(testghc/foo)" = "Foo" ] rm testghc/* echo 'main = putStrLn "Foo"' > testghc/foo.hs -ghc/stage2-inplace/ghc testghc/foo.hs -o testghc/foo -O2 +inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo -O2 [ "$(testghc/foo)" = "Foo" ] rm testghc/* @@ -258,6 +258,9 @@ fi %endif %changelog +* Thu Nov 12 2009 Bryan O'Sullivan - 6.12.0.20091010-3 +- fix %check + * Sun Oct 11 2009 Bryan O'Sullivan - 6.12.0.20091010-2 - disable ppc for now (seems unsupported) - buildreq ncurses-devel