From 797ec7cb751327d344ac6d77e52edfca36115036 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 24 Oct 2015 21:23:40 -0700 Subject: Moved PATH setting in make_deb, make_osx_package. Otherwise 'which hsb2hs' won't find the local one. --- make_osx_package.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'make_osx_package.sh') 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 -- cgit v1.2.3