diff options
-rwxr-xr-x | deb/make_deb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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: |