mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-15 11:57:59 +00:00
Add bash completion snippet
* This is hosted in another github repository, so for now I provide it
directly in debian/bash-completion. At some later point it will come
in the main source tarball, and I'll then just reference that in
debian/bash-completion.
This commit is contained in:
Vendored
+1
@@ -27,5 +27,6 @@ override_dh_auto_build:
|
||||
GOPATH=:$(CURDIR):$(SOURCE_DIR)/_vendor go build -o aptly $(PACKAGE_DIR)/main.go
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_bash-completion
|
||||
mkdir -p $(DEST_DIR)/usr/bin
|
||||
cp aptly $(DEST_DIR)/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user