Author: jwrdegoede
Update of /cvs/nonfree/rpms/vice/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv4123
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/F-15/vice.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- vice.spec 20 Jul 2011 18:24:18 -0000 1.9
+++ vice.spec 21 Jul 2011 08:46:48 -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
Show replies by date