[mate-settings-daemon/f20] use modern 'make install' macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Sat Jul 26 13:20:20 UTC 2014


commit 371177a16b0b948bcd6ebb018aba1059739403b2
Author: raveit65 <chat-to-me at raveit.de>
Date:   Sat Jul 26 15:20:08 2014 +0200

    use modern 'make install' macro

 mate-settings-daemon.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mate-settings-daemon.spec b/mate-settings-daemon.spec
index 613bf4e..79d0d27 100644
--- a/mate-settings-daemon.spec
+++ b/mate-settings-daemon.spec
@@ -65,7 +65,7 @@ under it.
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
+%{make_install}
 
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 
@@ -119,6 +119,7 @@ fi
 * Sat Jul 26 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.8.1-2
 - update to 1.8.1 release
 - clean up spec file
+- use modern 'make install' macro
 
 * Thu Jul 17 2014 Rex Dieter <rdieter at fedoraproject.org> 1.6.2-3
 - rebuild (for pulseaudio, bug #1117683)


More information about the scm-commits mailing list