[mate-applets] use modern "make install" macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Jan 22 21:42:40 UTC 2014


commit 9bc7464b738448c15bcfac3b262050e6953db09c
Author: raveit65 <chat-to-me at raveit.de>
Date:   Wed Jan 22 22:42:56 2014 +0100

    use modern "make install" macro

 mate-applets.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mate-applets.spec b/mate-applets.spec
index c7ef78f..18ad965 100644
--- a/mate-applets.spec
+++ b/mate-applets.spec
@@ -59,7 +59,7 @@ autoreconf -fi
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
+%{make_install}
 
 # remove of gsettings,convert file, no need for this in fedora
 # because MATE starts with gsettings in fedora.
@@ -166,6 +166,7 @@ fi
 - update to 1.7.0 release
 - update BR's
 - add --with-gnome --all-name for find language
+- use modern 'make install' macro
 
 * Wed Jan 1 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.2-1
 - update to 1.6.2 release


More information about the scm-commits mailing list