summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-24 16:19:58 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2014-06-24 16:19:58 +0000
commit0524a6e3ab6d50cba63c8642a875e246de53d651 (patch)
tree0c50bc260258329992851b6bbf52b3e32d4e9bcf
parentda8a015f9e0192c47552313c981a574ff41a6b88 (diff)
downloadlrexlib-0524a6e3ab6d50cba63c8642a875e246de53d651.tar.gz
Fix a typo in the chunk morphologybaserock/morph
-rw-r--r--lrexlib-pcre.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/lrexlib-pcre.morph b/lrexlib-pcre.morph
index 7558c87..a76752d 100644
--- a/lrexlib-pcre.morph
+++ b/lrexlib-pcre.morph
@@ -1,7 +1,7 @@
kind: chunk
name: lrexlib-pcre
description: Lua regular expression library - PCRE build only
-buildsystem: manual
+build-system: manual
build-commands:
- gcc -fPIC -DPIC -DVERSION=\"2.7.2\" -o rex_pcre.so -shared src/common.c src/pcre/lpcre.c src/pcre/lpcre_f.c -lpcre
install-commands: