mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix build from autoconf patch import.
This commit is contained in:
0
ipa-client/AUTHORS
Normal file
0
ipa-client/AUTHORS
Normal file
0
ipa-client/NEWS
Normal file
0
ipa-client/NEWS
Normal file
0
ipa-client/README
Normal file
0
ipa-client/README
Normal 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user