[tycho-extras/f17] Do not attempt to remove non-existent files.

Roland Grunberg rgrunber at fedoraproject.org
Fri Jul 27 21:04:11 UTC 2012


commit a52d0c10635fe8730c94f1dc6a281e31862a6d6c
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Fri Jul 27 16:26:58 2012 -0400

    Do not attempt to remove non-existent files.

 tycho-extras.spec |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/tycho-extras.spec b/tycho-extras.spec
index b5f3072..92f7337 100644
--- a/tycho-extras.spec
+++ b/tycho-extras.spec
@@ -69,7 +69,6 @@ done
 
 # javadoc
 install -dm 755 %{buildroot}%{_javadocdir}/%{name}
-rm target/site/api*/{javadoc.sh,options,packages}
 cp -pr target/site/api*/* %{buildroot}%{_javadocdir}/%{name}
 
 


More information about the scm-commits mailing list