Skip to content

Commit 8d8c2a7

Browse files
committed
Add directory as second argument to dpkg-deb to ensure file is named package_version_arch.deb
1 parent b221147 commit 8d8c2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: deb install userinstall uninstall useruninstall
22

33
deb:
4-
dpkg-deb -z8 -Zgzip --build vagrant-bash-completion
4+
dpkg-deb -z8 -Zgzip --build vagrant-bash-completion .
55

66
install:
77
install -m 0644 vagrant-bash-completion/etc/bash_completion.d/vagrant /etc/bash_completion.d/vagrant

0 commit comments

Comments
 (0)