minor spec tweak
This commit is contained in:
parent
ac57042049
commit
99069b104f
@ -107,7 +107,7 @@ make %{?_smp_mflags} V=1
|
||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
|
||||
# This gets installed by mistake
|
||||
rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
|
||||
|
Loading…
Reference in New Issue
Block a user