orion pushed to jsoncpp (master). "Fix sed delimeter"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 15:17:30 UTC 2015


>From 2e43584ec59e86b2b566d9ff71171260bd12724a Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion at cora.nwra.com>
Date: Wed, 15 Apr 2015 09:17:23 -0600
Subject: Fix sed delimeter


diff --git a/jsoncpp.spec b/jsoncpp.spec
index 98615bc..aac6ece 100644
--- a/jsoncpp.spec
+++ b/jsoncpp.spec
@@ -46,7 +46,7 @@ This package contains the documentation for %{name}
 %setup -q -n %{name}-src-%{src_version}
 %patch0 -dsrc/lib_json -p1
 grep -e "-Wall" SConstruct
-sed 's/CCFLAGS = "-Wall"/CCFLAGS = "%{optflags}"/' -i SConstruct
+sed 's|CCFLAGS = "-Wall"|CCFLAGS = "%{optflags}"|' -i SConstruct
 
 %build
 scons platform=linux-gcc %{?_smp_mflags}
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/jsoncpp.git/commit/?h=master&id=2e43584ec59e86b2b566d9ff71171260bd12724a


More information about the scm-commits mailing list