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

Roland Grunberg rgrunber at fedoraproject.org
Fri Jul 27 20:28:56 UTC 2012


commit abceb8fa0f0ad2e578e2ef2ef2e528affa58440e
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 4732c7c..7eeaf57 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