From 4da58d66239e35055d4151fe0ff8c132927f417c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 22 Sep 2015 13:34:50 +0200 Subject: [PATCH] Use make_install macro --- mm-common.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm-common.spec b/mm-common.spec index e9a5985..1d3149a 100644 --- a/mm-common.spec +++ b/mm-common.spec @@ -40,7 +40,7 @@ which could be used as a base for new mm module. make %{?_smp_mflags} %install -make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p" +%make_install %files %doc COPYING ChangeLog NEWS AUTHORS @@ -58,6 +58,7 @@ make install DESTDIR=%{buildroot} INSTALL="install -p" CPPROG="cp -p" %changelog * Tue Sep 22 2015 Kalev Lember - 0.9.8-1 - Update to 0.9.8 +- Use make_install macro * Wed Jun 17 2015 Fedora Release Engineering - 0.9.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild