From 64a037141d6730b6282615e28fffda344f1c1211 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Jun 2016 08:11:07 -0700 Subject: Fixed --local-bin-path in deb package script. --- deb/make_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/make_deb.sh b/deb/make_deb.sh index 786fe286a..fc1f1e232 100755 --- a/deb/make_deb.sh +++ b/deb/make_deb.sh @@ -21,7 +21,7 @@ PATH=$LOCAL/bin:$PATH which hsb2hs || stack install --install-ghc --stack-yaml stack.hsb2hs.yaml -stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path deb pandoc pandoc-citeproc +stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path . pandoc pandoc-citeproc make man/pandoc.1 # get pandoc-citeproc man page: -- cgit v1.2.3