mirror of
https://github.com/dynup/kpatch
synced 2025-01-01 18:22:01 +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
|
||||
%setup -q
|
||||
cp Makefile.inc Makefile.inc.ORG
|
||||
%{__sed} 's|/usr/local|/%{_usr}|' Makefile.inc.ORG > Makefile.inc
|
||||
|
||||
%build
|
||||
make %{_smp_mflags}
|
||||
@ -70,7 +68,7 @@ make %{_smp_mflags}
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
|
||||
make install DESTDIR=%{buildroot}
|
||||
PREFIX=/usr make install DESTDIR=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
Loading…
Reference in New Issue
Block a user