summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xipa-client/ipa-client.spec2
-rw-r--r--ipa-client/ipa-client.spec.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/ipa-client/ipa-client.spec b/ipa-client/ipa-client.spec
index 8ed7208d..8c49c203 100755
--- a/ipa-client/ipa-client.spec
+++ b/ipa-client/ipa-client.spec
@@ -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
diff --git a/ipa-client/ipa-client.spec.in b/ipa-client/ipa-client.spec.in
index d46c89fe..05436900 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