aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0dde3e9..885a9d5 100644
--- a/Makefile
+++ b/Makefile
@@ -14,9 +14,8 @@ lists = $(patsubst %,list-%,\
all: build-compact
-# TODO: Call node (not nodejs) when Nodejs 6 (Debian Buster) is commonly used
build-compact:
- nodejs /usr/lib/nodejs/requirejs/r.js -o bin/build.js
+ node /usr/share/nodejs/requirejs/r.js -o bin/build.js
jq --tab --sort-keys -c '.features|=sort_by(.geometry.type)|.features|=sort_by(.properties.name)' \
< build/data/staff.json \
> build/data/staff.json~