]> git.pld-linux.org Git - packages/ghc-zlib.git/commitdiff
- docdir
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 10 Apr 2010 16:00:10 +0000 (16:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ghc-zlib.spec -> 1.2

ghc-zlib.spec

index a48fb903c8e69129753a97270d1290366af5db9e..c3551540ece75bbfbdcffe3684041ee2c053e41f 100644 (file)
@@ -34,7 +34,7 @@ runhaskell Setup.hs configure -v2 \
        --libdir=%{_libdir} \
        --libexecdir=%{_libexecdir} \
        --libsubdir=%{libsubdir} \
-       --docdir=%{_defaultdocdir}/%{name}-%{version}
+       --docdir=%{_docdir}/%{name}-%{version}
 
 runhaskell Setup.hs build
 runhaskell Setup.hs haddock --executables
@@ -45,7 +45,7 @@ runhaskell Setup.hs copy --destdir=$RPM_BUILD_ROOT
 
 # work around automatic haddock docs installation
 rm -rf %{name}-%{version}-doc
-cp -a $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-%{version} %{name}-%{version}-doc
+cp -a $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version} %{name}-%{version}-doc
 
 runhaskell Setup.hs register \
        --gen-pkg-config=$RPM_BUILD_ROOT/%{_libdir}/%{libsubdir}/%{pkgname}.conf
This page took 0.098688 seconds and 4 git commands to generate.