From: Tom Hughes Date: Wed, 29 Aug 2018 07:43:08 +0000 (+0100) Subject: Merge remote-tracking branch 'upstream/pull/1960' X-Git-Tag: live~2923 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5bc8abbe059ca72187277830e10d89f73858a580?hp=f07af588e65076b6524a69b3951ca1ec2cedc334 Merge remote-tracking branch 'upstream/pull/1960' --- 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)