From e7fdb381938a4e0e1b16a93e5321011056cdd699 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 2 Aug 2015 12:30:32 -0400 Subject: [PATCH] use %make_install --- stfl.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stfl.spec b/stfl.spec index 97312d8..cdd2dc8 100644 --- a/stfl.spec +++ b/stfl.spec @@ -98,7 +98,7 @@ make %install -make install DESTDIR=%{buildroot} +%make_install # give the shared libraries executable permissions so they get stripped # also fixes the 0555 permissions on the perl bindings find %{buildroot} -name '*.so' -exec chmod 755 {} ';'