aboutsummaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-24 21:22:24 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-24 21:22:24 -0700
commitd7e6a95a3a29b1dab3cd711a0b32b39be9776e82 (patch)
tree64214ae22efd31119ac7c0e08ba5d86a088d4d50 /make_osx_package.sh
parentd355163b7dde92188c57298a6a47264a35a5d404 (diff)
downloadpandoc-d7e6a95a3a29b1dab3cd711a0b32b39be9776e82.tar.gz
Set paths in make_deb and make_osx_package.
This is needed to include a locally installed hsb2hs.
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index 3683f1a6e..60050a1ef 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -17,6 +17,8 @@ rm -rf $DIST
mkdir -p $RESOURCES
stack setup
which hsb2hs | stack install --stack-yaml=stack.hsb2hs.yaml
+# We need this for hsb2hs:
+PATH=$LOCALBIN:$PATH
echo Building pandoc...
stack clean