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

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Tue Feb 5 02:08:35 UTC 2008


Author: hadess

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

Modified Files:
	totem.spec 
Log Message:
Fix being a dumbass



Index: totem.spec
===================================================================
RCS file: /cvs/pkgs/rpms/totem/devel/totem.spec,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- totem.spec	5 Feb 2008 01:57:23 -0000	1.159
+++ totem.spec	5 Feb 2008 02:07:59 -0000	1.160
@@ -173,9 +173,9 @@
 export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 make install DESTDIR=$RPM_BUILD_ROOT
 
-rm %{_libdir}/totem/plugins/*/*.{a,la}	\
-	%{_libdir}/mozilla/plugins/*.{a,la}	\
-	%{_libdir}/nautilus/extensions-2.0/*.{a,la}
+rm -f $RPM_BUILD_ROOT%{_libdir}/totem/plugins/*/*.{a,la}	\
+	$RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.{a,la}	\
+	$RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-2.0/*.{a,la}
 
 %find_lang %{name} --with-gnome
 




More information about the fedora-extras-commits mailing list