Fixed make_osx_package.sh so that data paths work correctly.
This commit is contained in:
parent
7b55048dfb
commit
4d246f9038
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue