Update debian package building due to manage generation changes

This commit is contained in:
Jose Diaz-Gonzalez
2015-02-09 13:24:38 -05:00
parent c35a024d39
commit 7c7896029c
2 changed files with 4 additions and 1 deletions

1
Vagrantfile vendored
View File

@@ -47,6 +47,7 @@ Vagrant::configure("2") do |config|
end
config.vm.define "build", autostart: false do |vm|
vm.vm.provision :shell, :inline => "apt-get -qq -y install git > /dev/null && cd /root/dokku && #{make_cmd}"
vm.vm.provision :shell, :inline => "cd /root/dokku && make deb-all"
end