Skip to content

Commit 678e438

Browse files
committed
Allow ROOTPATH to be passed in
1 parent f1cbb3b commit 678e438

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ POSTGIS_IMAGE_TAG ?= $(BASEOS)-$(PGVERSION_FULL)-$(POSTGIS_VERSION)-$(BUILD)
2020

2121
# Settings for the Build-Process
2222
BUILDWITH ?= docker
23-
ROOTPATH = $(GOPATH)/src/github.com/cybertec/cybertec-pg-container
24-
ifndef ROOTPATH
25-
export ROOTPATH=$(GOPATH)/src/github.com/cybertec/cybertec-pg-container
26-
endif
23+
ROOTPATH ?= $(GOPATH)/src/github.com/cybertec/cybertec-pg-container
2724

2825
# Build Images
2926

0 commit comments

Comments
 (0)