summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-client.spec.in
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2008-03-11 17:02:22 -0400
committerRob Crittenden <rcritten@redhat.com>2008-03-11 17:02:22 -0400
commit546155c3af5fd034369f38be97f8c4e1fa41aede (patch)
tree1ed10273d0662657dac41283b7b584118499f09c /ipa-client/ipa-client.spec.in
parentc2d3a9343f96506dedb1fdfbe28a6dc4f0b44919 (diff)
downloadfreeipa-546155c3af5fd034369f38be97f8c4e1fa41aede.tar.gz
freeipa-546155c3af5fd034369f38be97f8c4e1fa41aede.tar.xz
freeipa-546155c3af5fd034369f38be97f8c4e1fa41aede.zip
Fix build breakage. We now provide a man file, need to specify location to rpm
Diffstat (limited to 'ipa-client/ipa-client.spec.in')
-rw-r--r--ipa-client/ipa-client.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-client.spec.in b/ipa-client/ipa-client.spec.in
index d46c89fe8..05436900e 100644
--- a/ipa-client/ipa-client.spec.in
+++ b/ipa-client/ipa-client.spec.in
@@ -19,7 +19,7 @@ The client package provide install and configuration scripts for clients.
%prep
%setup -q
-./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc
+./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc --mandir=%{buildroot}/%{_mandir}
%build