mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
Remove empty component in GOPATH (Closes: #793838)
This commit is contained in:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user