We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b221147 commit 8d8c2a7Copy full SHA for 8d8c2a7
Makefile
@@ -1,7 +1,7 @@
1
.PHONY: deb install userinstall uninstall useruninstall
2
3
deb:
4
- dpkg-deb -z8 -Zgzip --build vagrant-bash-completion
+ dpkg-deb -z8 -Zgzip --build vagrant-bash-completion .
5
6
install:
7
install -m 0644 vagrant-bash-completion/etc/bash_completion.d/vagrant /etc/bash_completion.d/vagrant
0 commit comments