Skip to content

Commit

Permalink
Create package with fakeroot to ensure package is built with correct …
Browse files Browse the repository at this point in the history
…perms
  • Loading branch information
brbsix committed Jun 4, 2016
1 parent a6e4511 commit 8aac680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: deb install userinstall uninstall useruninstall

deb:
dpkg-deb -z8 -Zgzip --build vagrant-bash-completion .
fakeroot dpkg-deb -z8 -Zgzip --build vagrant-bash-completion .

install:
install -m 0644 vagrant-bash-completion/etc/bash_completion.d/vagrant /etc/bash_completion.d/
Expand Down

0 comments on commit 8aac680

Please sign in to comment.