aboutsummaryrefslogtreecommitdiff
path: root/deb/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-07 11:33:22 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-07 11:33:22 -0800
commitd2dfaccb999357b5f90e096bd42bbc087d9d210e (patch)
tree3771575e2a2b2ec7676360439dfb49382988806d /deb/Makefile
parent646ef17e557de57c7a8c80ad0bff04b32eb9113e (diff)
downloadpandoc-d2dfaccb999357b5f90e096bd42bbc087d9d210e.tar.gz
make_deb.sh - use --install-ghc flag instead of stack setup.
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 cd198ee7b..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 && sh -v ./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: