Remove empty component in GOPATH (Closes: #793838)

This commit is contained in:
Sébastien Delafond
2015-08-16 18:41:50 +02:00
parent 9fdc90cf13
commit 35deb90803
+1 -1
View File
@@ -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