modernise find
This commit is contained in:
parent
e4ab347d45
commit
27734c892e
@ -44,7 +44,7 @@ make %{?_smp_mflags} V=1
|
|||||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
|
||||||
|
|
||||||
#Remove libtool archives.
|
#Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -type f -name "*.la" -delete
|
||||||
|
|
||||||
%find_lang cluttergtk-1.0
|
%find_lang cluttergtk-1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user