diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-02 11:25:35 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-02 11:25:35 +0100 |
commit | 3cf82acb71e894431851c977aaf16b7187cef85b (patch) | |
tree | 3aa6d4dec5cb517b9c9879dcd2f38f5283728b9e | |
parent | 1c17748090f59acb36883ac114fb9cefdab47963 (diff) | |
download | Ishtar-3cf82acb71e894431851c977aaf16b7187cef85b.tar.bz2 Ishtar-3cf82acb71e894431851c977aaf16b7187cef85b.zip |
Makefile: fix town_norel generation regexp
-rw-r--r-- | Makefile.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.example b/Makefile.example index 9a3e5ccb4..4e7f1dde0 100644 --- a/Makefile.example +++ b/Makefile.example @@ -147,7 +147,7 @@ fixtures_common_towns: ishtar_common.town \ > '../ishtar_common/fixtures/towns-'$(default_data)'.json' cat 'ishtar_common/fixtures/towns-'$(default_data)'.json' | tr '\n' '\r' | \ - sed -e 's/"children": *\[\r *\[\r *"[0-9]*", *\r *[0-9]*\ *\r *\]\r *\]/"children": []/g' | \ + sed -e 's/"children": *\[\r *\[\r *"[0-9-]*", *\r *[0-9]*\ *\r *\]\r *\]/"children": []/g' | \ tr '\r' '\n' > 'ishtar_common/fixtures/towns_norel-'$(default_data)'.json' fixtures_spatialrefsystem: |