Fixed make_osx_package.sh so that data paths work correctly.

This commit is contained in:
John MacFarlane 2011-07-28 15:42:20 -07:00
parent 7b55048dfb
commit 4d246f9038

View file

@ -37,7 +37,9 @@ cat > "$DIST/Info.plist" <<EOF
EOF
echo Building pandoc...
cabal install --prefix=$PREFIX -fexecutable -f-library -fhighlighting
runghc Setup.hs configure --user --prefix=/usr/local --flags="executable -library highlighting"
runghc Setup.hs build
runghc Setup.hs copy --destdir=$ROOT
cp COPYING $RESOURCES/License.txt