Simplify find command
This commit is contained in:
parent
ff52b7a3ab
commit
c03ef28e57
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user