mirror of
https://github.com/dynup/kpatch
synced 2025-01-04 12:12:02 +00:00
cleanup spec file
Signed-off-by: Seth Jennings <sjenning@redhat.com>
This commit is contained in:
parent
3810ff8f2f
commit
aae4d82ecc
@ -61,8 +61,6 @@ sacrificing security or stability.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
cp Makefile.inc Makefile.inc.ORG
|
|
||||||
%{__sed} 's|/usr/local|/%{_usr}|' Makefile.inc.ORG > Makefile.inc
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{_smp_mflags}
|
make %{_smp_mflags}
|
||||||
@ -70,7 +68,7 @@ make %{_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
make install DESTDIR=%{buildroot}
|
PREFIX=/usr make install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
Loading…
Reference in New Issue
Block a user