Override pkgdocdir at build time.
authorScott Cantor <cantor.2@osu.edu>
Mon, 10 Aug 2009 16:00:42 +0000 (16:00 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 10 Aug 2009 16:00:42 +0000 (16:00 +0000)
shibboleth.spec.in

index aca031e..b6f89d8 100644 (file)
@@ -82,7 +82,7 @@ This package includes files needed for development with Shibboleth.
 
 %build
 %configure %{?_without_odbc:--disable-odbc} %{?_without_adfs:--disable-adfs} %{?_with_fastcgi} %{?_with_memcached} %{?shib_options}
-%{__make}
+%{__make} pkgdocdir=%{pkgdocdir}
 
 %install
 %{__make} install NOKEYGEN=1 DESTDIR=$RPM_BUILD_ROOT pkgdocdir=%{pkgdocdir}