[gtk2hs-buildtools] fix the ghc -keep-tmp-files flag

Jens Petersen petersen at fedoraproject.org
Mon Sep 6 06:17:36 UTC 2010


commit d743fbab6424d6943c52dfa4527b0ae88111b6d3
Author: Jens Petersen <petersen at redhat.com>
Date:   Mon Sep 6 16:17:38 2010 +1000

    fix the ghc -keep-tmp-files flag

 gtk2hs-buildtools.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk2hs-buildtools.spec b/gtk2hs-buildtools.spec
index e60ee02..1e5967b 100644
--- a/gtk2hs-buildtools.spec
+++ b/gtk2hs-buildtools.spec
@@ -40,7 +40,7 @@ the gtk2hs libraries themselves.
 
 %build
 #%%ghc_bin_build
-%cabal_configure --ghc -v3 --ghc-option=-keep-tmp-file || cat /tmp/ghc*/ghc*.s
+%cabal_configure --ghc -v3 --ghc-option=-keep-tmp-files || cat /tmp/ghc*/ghc*.s
 %cabal build -v3
 %cabal haddock %{?with_hscolour:--hyperlink-source}
 


More information about the scm-commits mailing list