aboutsummaryrefslogtreecommitdiff
path: root/deb/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-07 11:40:01 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-07 11:40:01 -0800
commit6cf610d81188c67d641a6776c7f07b52a59aaa7a (patch)
tree2db0cea0061061e02076091b9bc79472c9fb5c88 /deb/Makefile
parent6cb94d593fc58650f19b932d0bf181f4dd6e4ded (diff)
downloadpandoc-6cf610d81188c67d641a6776c7f07b52a59aaa7a.tar.gz
More deb packaging tweaks.
Diffstat (limited to 'deb/Makefile')
-rw-r--r--deb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/Makefile b/deb/Makefile
index 96340cc34..7310dc0bd 100644
--- a/deb/Makefile
+++ b/deb/Makefile
@@ -6,7 +6,7 @@ VAGRANTBOX?=debian/wheezy64
package:
VAGRANTBOX=$(VAGRANTBOX) vagrant up
- vagrant ssh -c 'DEBPKGVER=$(DEBPKGVER) rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(TREE) && git submodule update --init && ./deb/make_deb.sh && cp *.deb /vagrant_data/'
+ vagrant ssh -c 'DEBPKGVER=$(DEBPKGVER) rm -rf pandoc && git clone https://github.com/jgm/pandoc && cd pandoc && git checkout -b work $(TREE) && git submodule update --init && sh -ev ./deb/make_deb.sh && cp *.deb /vagrant_data/'
vagrant halt
clean: