diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2011-07-28 15:42:20 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-28 15:42:20 -0700 |
| commit | 4d246f90385e4c29afb6ee3e3055bb0dc1adc137 (patch) | |
| tree | 01f36f9aeddbb1dfcea4da94973586e3fe2b9bb5 | |
| parent | 7b55048dfbff70902acf1fe00af81f4522e2a71f (diff) | |
| download | pandoc-4d246f90385e4c29afb6ee3e3055bb0dc1adc137.tar.gz | |
Fixed make_osx_package.sh so that data paths work correctly.
| -rwxr-xr-x | make_osx_package.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh index b1dc47bcb..fd31c2ecb 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -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 |
