[ghc-xhtml] fix install macro typo

Jens Petersen petersen at fedoraproject.org
Sat Sep 4 11:09:19 UTC 2010


commit 58c0fe1779b57b4c0611a6a02f5448a717a8c347
Author: Jens Petersen <petersen at redhat.com>
Date:   Sat Sep 4 21:09:19 2010 +1000

    fix install macro typo

 ghc-xhtml.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ghc-xhtml.spec b/ghc-xhtml.spec
index 040cb0e..26d743c 100644
--- a/ghc-xhtml.spec
+++ b/ghc-xhtml.spec
@@ -47,7 +47,7 @@ This package provides the shared library.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%cabal_install
+%ghc_lib_install
 
 
 %clean


More information about the scm-commits mailing list