aboutsummaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
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