aboutsummaryrefslogtreecommitdiff
path: root/deb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deb/Makefile')
-rw-r--r--deb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deb/Makefile b/deb/Makefile
index 7f514fe24..0c4262fc0 100644
--- a/deb/Makefile
+++ b/deb/Makefile
@@ -1,9 +1,10 @@
COMMIT?=HEAD
+VAGRANTBOX?=debian/wheezy64
.PHONY: package clean
package:
- vagrant up
+ VAGRANTBOX=$(VAGRANTBOX) vagrant up
vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(COMMIT) && git submodule update --init && ./make_deb.sh && cp *.deb /vagrant_data/'
vagrant halt