[xmobar] it's ghc_bin_build not cabal_bin_build

Jens Petersen petersen at fedoraproject.org
Sat Mar 12 13:07:49 UTC 2011


commit 31b1682fa6a3954a83f1f3bc4dd48cf491524492
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Mar 12 22:07:45 2011 +0900

    it's ghc_bin_build not cabal_bin_build

 xmobar.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xmobar.spec b/xmobar.spec
index 033c2ff..90bacc7 100644
--- a/xmobar.spec
+++ b/xmobar.spec
@@ -52,7 +52,7 @@ cp %{SOURCE2} scripts/xmonadpropwrite.hs
 
 %build
 %define cabal_configure_options --flags="with_utf8 with_xft %{?with_hinotify:with_inotify} %{?with_libmpd:with_mpd} %{?with_iwlib:with_iwlib}"
-%cabal_bin_build
+%ghc_bin_build
 pushd scripts
 %{_bindir}/ghc %{!?ghc_without_dynamic:-dynamic} --make xmonadpropwrite.hs
 popd


More information about the scm-commits mailing list