summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-10-24 21:23:40 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-10-24 21:23:40 -0700
commit797ec7cb751327d344ac6d77e52edfca36115036 (patch)
treecdc5f1bb41e4fcd93d545e93f25eed1f8493866a /make_osx_package.sh
parentd7e6a95a3a29b1dab3cd711a0b32b39be9776e82 (diff)
Moved PATH setting in make_deb, make_osx_package.
Otherwise 'which hsb2hs' won't find the local one.
Diffstat (limited to 'make_osx_package.sh')
-rwxr-xr-xmake_osx_package.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index 60050a1ef..0849ced51 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -12,13 +12,14 @@ BASE=pandoc-$VERSION
ME=$(whoami)
PACKAGEMAKER=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
+# We need this for hsb2hs:
+PATH=$LOCALBIN:$PATH
+
# echo Removing old files...
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