[vegastrike-data] Don't error out when removing stuff that isn't there

Bruno Wolff III bruno at fedoraproject.org
Thu Apr 5 05:40:19 UTC 2012


commit 648271c8a86daa421e621c2747a9f70fe47cbd04
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Thu Apr 5 00:13:33 2012 -0500

    Don't error out when removing stuff that isn't there

 vegastrike-data.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vegastrike-data.spec b/vegastrike-data.spec
index 3f40c5f..3ea5c23 100644
--- a/vegastrike-data.spec
+++ b/vegastrike-data.spec
@@ -32,7 +32,7 @@ play Vega Strike.
 cd ..
 %setup -q -n %{name}-%{version}.r1
 # some cleanup
-rm -r cockpits/bomber-cockpit.cpt/#cockpit.xmesh# \
+rm -rf cockpits/bomber-cockpit.cpt/#cockpit.xmesh# \
   modules/.cvsignore modules/builtin `find -name "*.xmesh"`
 find . -type f -print0 | xargs -0 chmod -x
 chmod +x units/findunits.py modules/webpageize.py


More information about the scm-commits mailing list