rpms/totem/devel totem.spec,1.158,1.159

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Feb 5 01:58:00 UTC 2008


Author: hadess

Update of /cvs/pkgs/rpms/totem/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15308

Modified Files:
	totem.spec 
Log Message:
Remove the "-f" from rm so we see why it fails



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- totem.spec	4 Feb 2008 22:52:03 -0000	1.158
+++ totem.spec	5 Feb 2008 01:57:23 -0000	1.159
@@ -173,7 +173,7 @@
 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}
 




More information about the fedora-extras-commits mailing list