rpms/gnash/OLPC-2 gnash.spec,1.21,1.22

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Wed Sep 12 20:23:42 UTC 2007


Author: johnp

Update of /cvs/pkgs/rpms/gnash/OLPC-2
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11187

Modified Files:
	gnash.spec 
Log Message:
- fix more rm -f issues



Index: gnash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnash/OLPC-2/gnash.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gnash.spec	12 Sep 2007 19:50:24 -0000	1.21
+++ gnash.spec	12 Sep 2007 20:23:09 -0000	1.22
@@ -72,14 +72,14 @@
 rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 # don't package libltdl related files!
-rm \
+rm -f \
  $RPM_BUILD_ROOT/%{_libdir}/libltdl* \
  $RPM_BUILD_ROOT/%{_includedir}/ltdl.h
 # omf is broken
 rm -rf \
  $RPM_BUILD_ROOT/%{_datadir}/omf
 # cygnal just segfaults
-rm \
+rm -f \
  $RPM_BUILD_ROOT/%{_bindir}/cygnal
 
 %find_lang %{name}




More information about the fedora-extras-commits mailing list