[mate-icon-theme-faenza] use modern "make install" macro

Wolfgang Ulbrich raveit65 at fedoraproject.org
Wed Jan 22 21:56:17 UTC 2014


commit 1587d96d20e4821acaa557df17f6a687ddbfbc94
Author: raveit65 <chat-to-me at raveit.de>
Date:   Wed Jan 22 22:56:33 2014 +0100

    use modern "make install" macro

 mate-icon-theme-faenza.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/mate-icon-theme-faenza.spec b/mate-icon-theme-faenza.spec
index 43bbec7..be104c5 100644
--- a/mate-icon-theme-faenza.spec
+++ b/mate-icon-theme-faenza.spec
@@ -35,7 +35,7 @@ Provides a complimentary set of icon themes for MATE Desktop
 make %{?_smp_mflags} V=1
 
 %install
-make install DESTDIR=%{buildroot}
+%{make_install}
 
 # save space by linking identical images
 hardlink -c -v %{buildroot}%{_datadir}/icons
@@ -76,6 +76,7 @@ fi
 %changelog
 * Mon Jan 20 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> 1.7.0-1
 - update to 1.7.0 release
+- use modern 'make install' macro
 
 * Thu Sep 12 2013 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.6.1-0.1.gitc147867
 - update latest git snapshot


More information about the scm-commits mailing list