From 3ded6e65b730c2b5eb9a9519448bbcd905c5d7fa Mon Sep 17 00:00:00 2001 From: "sven.panne@aedion.de" Date: Tue, 2 Jan 2007 13:46:22 +0000 Subject: [PATCH] Fixed bug #744 (ghc-pkg lies about location of haddock-interfaces and haddock-html) --- ghc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.spec.in b/ghc.spec.in index b31d0aa..2f66261 100644 --- a/ghc.spec.in +++ b/ghc.spec.in @@ -83,7 +83,7 @@ needed. %build test -f configure || autoreconf ./configure --prefix=%{_prefix} --mandir=%{_mandir} -make +make HTML_DIR_INSTALLED=%{_defaultdocdir}/%{name}/libraries/'$(PACKAGE)' make html make -C docs/ext-core ps make -C docs/storage-mgt ps -- 1.7.10.4