[xulrunner/f16] fix sed expression

Dan Horák sharkcz at fedoraproject.org
Thu Oct 11 20:16:39 UTC 2012


commit 9d9eab78e3cfb440b51b671f1af9bd92dd20e3bb
Author: Dan Horák <dan at danny.cz>
Date:   Thu Oct 11 22:15:12 2012 +0200

    fix sed expression

 xulrunner.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index ab60250..9433aa6 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -326,7 +326,7 @@ MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS -fpermissive" | \
 MOZ_OPT_FLAGS=$(echo "$MOZ_OPT_FLAGS" | %{__sed} -e 's/-O2//')
 %endif
 %ifarch s390
-MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | %{__sed} -e 's/-g/-g1')
+MOZ_OPT_FLAGS=$(echo "$RPM_OPT_FLAGS" | %{__sed} -e 's/-g/-g1/')
 %endif
 %ifarch s390 %{arm} ppc
 MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"


More information about the scm-commits mailing list