summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2015-05-22 08:37:56 +0100
committerRichard Dale <richard.dale@codethink.co.uk>2015-05-22 08:37:56 +0100
commit02b90aef3f01ce7c29aab888cd1543088ced0ad1 (patch)
treebf261c60e923e72d81595412ebe4ae6672832968
parented3a34563ae4568c898c7d0c3fb611351ae4aec8 (diff)
downloaddefinitions-02b90aef3f01ce7c29aab888cd1543088ced0ad1.tar.gz
Change the name of the installed binary to 'jsonfilter'
-rw-r--r--strata/cpe-wrt/jsonpath.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/cpe-wrt/jsonpath.morph b/strata/cpe-wrt/jsonpath.morph
index e6688ca6..66425784 100644
--- a/strata/cpe-wrt/jsonpath.morph
+++ b/strata/cpe-wrt/jsonpath.morph
@@ -3,6 +3,7 @@ kind: chunk
configure-commands:
- sed -i 's/-Werror //' CMakeLists.txt
+- sed -i 's/jsonpath/jsonfilter/' CMakeLists.txt
- cmake -DCMAKE_INSTALL_PREFIX=$PREFIX
build-commands: