summaryrefslogtreecommitdiff
path: root/deb/make_deb.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-12 21:41:16 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-12 21:45:30 +0100
commit395f20a0484b3be14614169b74a8f5b9e063bb2b (patch)
tree5abfab3ff890c4991228fa42f42d9ed9c5f48199 /deb/make_deb.sh
parent2e5d076af7f219d0bb8459d5c310df2f511f2464 (diff)
Replaced {deb,macos,windows}/stack.yaml with stack.pkg.yaml.
Diffstat (limited to 'deb/make_deb.sh')
-rwxr-xr-xdeb/make_deb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/deb/make_deb.sh b/deb/make_deb.sh
index f07264d78..572698ae6 100755
--- a/deb/make_deb.sh
+++ b/deb/make_deb.sh
@@ -22,8 +22,8 @@ mkdir -p $DEST/bin
mkdir -p $DEST/share/man/man1
mkdir -p $DEST/share/doc/pandoc
-stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path . hsb2hs
-stack install --install-ghc --stack-yaml deb/stack.yaml --local-bin-path . pandoc pandoc-citeproc
+stack install --install-ghc --stack-yaml stack.pkg.yaml --local-bin-path . hsb2hs
+stack install --install-ghc --stack-yaml stack.pkg.yaml --local-bin-path . pandoc pandoc-citeproc
make man/pandoc.1
# get pandoc-citeproc man page: