[vegastrike-data] Add missing quotes.

Bruno Wolff III bruno at fedoraproject.org
Sat Jul 9 18:50:05 UTC 2011


commit d7802fb203abae62c127e60e76bfcbf36e16521a
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Jul 9 04:37:26 2011 -0500

    Add missing quotes.

 vegastrike-data.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/vegastrike-data.spec b/vegastrike-data.spec
index e64464e..df2b563 100644
--- a/vegastrike-data.spec
+++ b/vegastrike-data.spec
@@ -62,10 +62,10 @@ find .vegastrike ai animations bases cockpits communications \
 # pyc and pyo files are going to be built automatically after the
 # install step and we need to list those files.
 
-grep '\.py"$' data.files | sed -e 's;\.py"$;.pyc"; > data.pyc
-grep '\.py"$' data.files | sed -e 's;\.py"$;.pyo"; > data.pyo
-grep '\.py"$' extra.files | sed -e 's;\.py"$;.pyc"; > extra.pyc
-grep '\.py"$' extra.files | sed -e 's;\.py"$;.pyo"; > extra.pyo
+grep '\.py"$' data.files | sed -e 's;\.py"$;.pyc";' > data.pyc
+grep '\.py"$' data.files | sed -e 's;\.py"$;.pyo";' > data.pyo
+grep '\.py"$' extra.files | sed -e 's;\.py"$;.pyc";' > extra.pyc
+grep '\.py"$' extra.files | sed -e 's;\.py"$;.pyo";' > extra.pyo
 
 %build
 # nothing to build data only


More information about the scm-commits mailing list