From 35deb908034dbe17fce229f425759ee1cd8796e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Delafond?= Date: Sun, 16 Aug 2015 18:41:50 +0200 Subject: [PATCH] Remove empty component in GOPATH (Closes: #793838) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 79b17b49..53a16a1d 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ override_dh_auto_clean: rm -fr $(DEST_DIR) override_dh_auto_build: - GOPATH=:$(CURDIR):$(SOURCE_DIR)/_vendor go build -o aptly $(PACKAGE_DIR)/main.go + GOPATH=$(CURDIR):$(SOURCE_DIR)/_vendor go build -o aptly $(PACKAGE_DIR)/main.go override_dh_auto_install: dh_bash-completion