From 817fb7a3a2f99688afa4ec1b53e6e1a5ad4ba300 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 22 Sep 2015 12:01:58 +0200 Subject: [PATCH] Use make_install macro --- weston.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/weston.spec b/weston.spec index 1521098..385f30e 100644 --- a/weston.spec +++ b/weston.spec @@ -62,7 +62,7 @@ Common headers for weston make %{?_smp_mflags} %install -make install DESTDIR=$RPM_BUILD_ROOT +%make_install find $RPM_BUILD_ROOT -name \*.la | xargs rm -f @@ -112,6 +112,7 @@ find $RPM_BUILD_ROOT -name \*.la | xargs rm -f %changelog * Tue Sep 22 2015 Kalev Lember - 1.9.0-1 - Update to 1.9.0 +- Use make_install macro * Wed Sep 16 2015 Kalev Lember - 1.8.93-1 - Update to 1.8.93