Fix build from autoconf patch import.

This commit is contained in:
Karl MacMillan
-
parent 1fcc3c6650
commit c49d478b92
14 changed files with 35 additions and 17 deletions

0
ipa-client/AUTHORS Normal file
View File

0
ipa-client/NEWS Normal file
View File

0
ipa-client/README Normal file
View File

View File

@@ -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

View File

@@ -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