Use make_install macro
This commit is contained in:
parent
0a1a6f19d7
commit
13280c07df
@ -31,7 +31,7 @@ wraps things up in a developer-friendly way.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make DESTDIR=%{buildroot} INSTALL="install -p" install
|
||||
%make_install
|
||||
|
||||
%files
|
||||
%doc AUTHORS README
|
||||
@ -45,6 +45,7 @@ make DESTDIR=%{buildroot} INSTALL="install -p" install
|
||||
%changelog
|
||||
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
||||
- Update to 3.18.0
|
||||
- Use make_install macro
|
||||
|
||||
* Mon Jul 20 2015 David King <amigadave@amigadave.com> - 3.17.4-1
|
||||
- Update to 3.17.4
|
||||
|
Loading…
Reference in New Issue
Block a user