X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7441f15b4fd59735ae00a16b47cfcf7eb99260a6..43776279fb7bb1103a52ee72af2b3497a1274995:/db/functions/Makefile diff --git a/db/functions/Makefile b/db/functions/Makefile index 6bb966b9a..6a3fbc0b9 100644 --- a/db/functions/Makefile +++ b/db/functions/Makefile @@ -1,7 +1,7 @@ PG_CONFIG ?= pg_config DESTDIR ?= . -QTDIR=$(shell bundle show quad_tile)/ext/quad_tile +QTDIR=$(shell bundle show quad_tile | tail -n 1)/ext/quad_tile OS=$(shell uname -s) ifeq (${OS},Darwin)