use %make_install

This commit is contained in:
Ben Boeckel 2015-08-02 12:30:32 -04:00
parent 122915b1e8
commit e7fdb38193
1 changed files with 1 additions and 1 deletions

View File

@ -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 {} ';'