[mate-panel] use modern 'make install' macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Dec 21 13:19:21 UTC 2013


commit b6a674bba7e77d42abadf01f5833a9320f3ff449
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Dec 21 14:19:06 2013 +0100

    use modern 'make install' macro

 mate-panel.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index b1ed33b..73f1ae3 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -91,7 +91,7 @@ make  %{?_smp_mflags} V=1
 
 
 %install
-make DESTDIR=%{buildroot} install
+%{make_install}
 
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 find %{buildroot} -name '*.a' -exec rm -rf {} ';'
@@ -163,6 +163,7 @@ update-desktop-database &> /dev/null || :
 - make Maintainers life easier and use better git snapshot usage, Thanks to Björn Esser
 - use requires caja-schemas
 - use isa tag for -libs subpackage
+- use modern 'make install' macro
 
 * Thu Dec 12 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.1-0.1.gitbeb21bb
 - update to latest git snapshot


More information about the scm-commits mailing list