diff options
Diffstat (limited to 'deb/Makefile')
| -rw-r--r-- | deb/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/deb/Makefile b/deb/Makefile index 18f7d4425..e72921e9a 100644 --- a/deb/Makefile +++ b/deb/Makefile @@ -6,7 +6,7 @@ VAGRANTBOX?=debian/wheezy64  package:  	VAGRANTBOX=$(VAGRANTBOX) vagrant up -	vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(TREE) && git submodule update --init && DEBPKGVER=$(DEBPKGVER) sh -ev ./deb/make_deb.sh && cp *.deb /vagrant_data/' +	vagrant ssh -c 'rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(TREE) && DEBPKGVER=$(DEBPKGVER) sh -ev ./deb/make_deb.sh && cp *.deb /vagrant_data/'  	vagrant halt  clean: | 
