[mate-session-manager/f20] use modern 'make install' macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Jul 26 12:32:59 UTC 2014


commit 02a05f441fb4d901522759403d80b21f2809e5a1
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Jul 26 14:32:46 2014 +0200

    use modern 'make install' macro

 mate-session-manager.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mate-session-manager.spec b/mate-session-manager.spec
index 208fe7a..53d17b1 100644
--- a/mate-session-manager.spec
+++ b/mate-session-manager.spec
@@ -52,7 +52,7 @@ full-featured user session.
 make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=%{buildroot}
+%{make_install}
 
 desktop-file-install                               \
         --delete-original                          \
@@ -100,6 +100,7 @@ fi
 - clean up spec file
 - update description
 - update configure flags
+- use modern 'make install' macro
 
 * Wed Oct 16 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-4
 - switch to gnome-keyring for > f19


More information about the scm-commits mailing list