diff options
author | Karl MacMillan <kmacmill@redhat.com> | 2007-10-18 10:02:26 -0400 |
---|---|---|
committer | Karl MacMillan <kmacmill@redhat.com> | 2007-10-18 10:02:26 -0400 |
commit | c49d478b92843de3395a82b012847da8958afa2b (patch) | |
tree | f3ea089d6a471980e81db83d0d3ad33483e5ee7b /ipa-client/freeipa-client.spec | |
parent | 1fcc3c66508e1e232768ae6a17396c2e44c669d0 (diff) | |
download | freeipa-c49d478b92843de3395a82b012847da8958afa2b.tar.gz freeipa-c49d478b92843de3395a82b012847da8958afa2b.tar.xz freeipa-c49d478b92843de3395a82b012847da8958afa2b.zip |
Fix build from autoconf patch import.
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 |