diff options
Diffstat (limited to 'ipa-client/freeipa-client.spec')
-rwxr-xr-x | ipa-client/freeipa-client.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index 67e241d64..6a5790c16 100755 --- a/ipa-client/freeipa-client.spec +++ b/ipa-client/freeipa-client.spec @@ -17,16 +17,16 @@ The client package provide install and configuration scripts for clients. %prep %setup -q +./configure --prefix=%{buildroot}/usr --libdir=%{buildroot}/%{_libdir} --sysconfdir=%{buildroot}/etc %build -make DESTDIR=%{buildroot} +make %install rm -rf %{buildroot} -mkdir -p %{buildroot}%{_sbindir} -make install DESTDIR=%{buildroot} +make install %clean |