Remove the "-f" from rm so we see why it fails

This commit is contained in:
Bastien Nocera 2008-02-05 01:57:23 +00:00
parent b92def5bf0
commit 73bf74f009

View File

@ -173,7 +173,7 @@ rm -rf $RPM_BUILD_ROOT
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
make install DESTDIR=$RPM_BUILD_ROOT
rm -f %{_libdir}/totem/plugins/*/*.{a,la} \
rm %{_libdir}/totem/plugins/*/*.{a,la} \
%{_libdir}/mozilla/plugins/*.{a,la} \
%{_libdir}/nautilus/extensions-2.0/*.{a,la}