From c49d478b92843de3395a82b012847da8958afa2b Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Thu, 18 Oct 2007 10:02:26 -0400 Subject: Fix build from autoconf patch import. --- ipa-client/AUTHORS | 0 ipa-client/NEWS | 0 ipa-client/README | 0 ipa-client/freeipa-client.spec | 6 +++--- ipa-client/freeipa-client.spec.in | 6 +++--- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 ipa-client/AUTHORS create mode 100644 ipa-client/NEWS create mode 100644 ipa-client/README (limited to 'ipa-client') diff --git a/ipa-client/AUTHORS b/ipa-client/AUTHORS new file mode 100644 index 00000000..e69de29b diff --git a/ipa-client/NEWS b/ipa-client/NEWS new file mode 100644 index 00000000..e69de29b diff --git a/ipa-client/README b/ipa-client/README new file mode 100644 index 00000000..e69de29b diff --git a/ipa-client/freeipa-client.spec b/ipa-client/freeipa-client.spec index 67e241d6..6a5790c1 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 diff --git a/ipa-client/freeipa-client.spec.in b/ipa-client/freeipa-client.spec.in index 3644e157..50b32a91 100644 --- a/ipa-client/freeipa-client.spec.in +++ b/ipa-client/freeipa-client.spec.in @@ -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 -- cgit