rpms/vice/devel vice.spec,1.9,1.10

Hans de Goede jwrdegoede at rpmfusion.org
Thu Jul 21 10:45:52 CEST 2011


Author: jwrdegoede

Update of /cvs/nonfree/rpms/vice/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3963

Modified Files:
	vice.spec 
Log Message:
Use rm -f as some files are only build with local builds and not with mockbuilds


Index: vice.spec
===================================================================
RCS file: /cvs/nonfree/rpms/vice/devel/vice.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vice.spec	20 Jul 2011 17:57:38 -0000	1.9
+++ vice.spec	21 Jul 2011 08:45:52 -0000	1.10
@@ -81,8 +81,8 @@
 %find_lang %{name}
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 # for some reason make install drops a .txt and .pdf in the infodir ... ?
-rm $RPM_BUILD_ROOT%{_infodir}/%{name}.txt*
-rm $RPM_BUILD_ROOT%{_infodir}/%{name}.pdf*
+rm -f $RPM_BUILD_ROOT%{_infodir}/%{name}.txt*
+rm -f $RPM_BUILD_ROOT%{_infodir}/%{name}.pdf*
 # vice installs its docs under /usr/share/vice/doc, we install them ourselves
 # with %doc, so nuke vice's install and create a symlink for the help function
 rm -rf $RPM_BUILD_ROOT%{_datadir}/%{name}/doc



More information about the rpmfusion-commits mailing list