summaryrefslogtreecommitdiffstats
path: root/ipa-client
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-10-18 10:02:26 -0400
committerKarl MacMillan <kmacmill@redhat.com>2007-10-18 10:02:26 -0400
commitc49d478b92843de3395a82b012847da8958afa2b (patch)
treef3ea089d6a471980e81db83d0d3ad33483e5ee7b /ipa-client
parent1fcc3c66508e1e232768ae6a17396c2e44c669d0 (diff)
downloadfreeipa-c49d478b92843de3395a82b012847da8958afa2b.tar.gz
freeipa-c49d478b92843de3395a82b012847da8958afa2b.tar.xz
freeipa-c49d478b92843de3395a82b012847da8958afa2b.zip
Fix build from autoconf patch import.
Diffstat (limited to 'ipa-client')
-rw-r--r--ipa-client/AUTHORS0
-rw-r--r--ipa-client/NEWS0
-rw-r--r--ipa-client/README0
-rwxr-xr-xipa-client/freeipa-client.spec6
-rw-r--r--ipa-client/freeipa-client.spec.in6
5 files changed, 6 insertions, 6 deletions
diff --git a/ipa-client/AUTHORS b/ipa-client/AUTHORS
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/ipa-client/AUTHORS
diff --git a/ipa-client/NEWS b/ipa-client/NEWS
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/ipa-client/NEWS
diff --git a/ipa-client/README b/ipa-client/README
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/ipa-client/README
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