]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/1960'
authorTom Hughes <tom@compton.nu>
Wed, 29 Aug 2018 07:43:08 +0000 (08:43 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 29 Aug 2018 07:43:08 +0000 (08:43 +0100)
db/functions/Makefile

index 6bb966b9a5d95933e17c919696c7918f02ac23f9..6a3fbc0b997f5d8ad2d3dd32f5e25b34612c6f62 100644 (file)
@@ -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)