From c4c61802fdd618e597541439b96a6e04b9017a5a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 4 Mar 2020 09:39:20 +0100 Subject: [PATCH] deb: remove unused DOCKER_GOPATH variable This variable was added in 09b3ac888d8d6ab625e56a458f6bd6f72b1ba0c2 but appears to be unused. Signed-off-by: Sebastiaan van Stijn --- deb/common/rules | 1 - 1 file changed, 1 deletion(-) diff --git a/deb/common/rules b/deb/common/rules index 57035dba7d..e914b61c95 100755 --- a/deb/common/rules +++ b/deb/common/rules @@ -1,7 +1,6 @@ #!/usr/bin/make -f VERSION ?= $(shell cat engine/VERSION) -DOCKER_GOPATH := /go/src/github.com/docker override_dh_gencontrol: # if we're on Ubuntu, we need to Recommends: apparmor