Simplify find command

This commit is contained in:
Kalev Lember 2016-08-21 17:28:02 +02:00
parent ff52b7a3ab
commit c03ef28e57

View File

@ -120,7 +120,7 @@ make %{_smp_mflags}
%install
%make_install
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir} -name "*.la"`
find $RPM_BUILD_ROOT -name '*.la' -delete
%find_lang %{name} --with-gnome