diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 11:37:07 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-07 11:37:31 -0800 |
| commit | 6cb94d593fc58650f19b932d0bf181f4dd6e4ded (patch) | |
| tree | 0678d4b9f3ba2b89b88eedd2ee02255537de80b6 | |
| parent | 8a5950a67462b7ae36c372b79afcef0138c358b0 (diff) | |
| download | pandoc-6cb94d593fc58650f19b932d0bf181f4dd6e4ded.tar.gz | |
Minor tweak in how make_deb.sh is called.
| -rw-r--r-- | deb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/Makefile b/deb/Makefile index 7310dc0bd..96340cc34 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 && sh -ev ./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 && ./deb/make_deb.sh && cp *.deb /vagrant_data/' vagrant halt clean: |
