summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 18:15:33 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-02-05 18:15:33 -0800
commit607b9db58cc84a183ba71f04d2b9fef3bb7de9db (patch)
tree66163a6dadd8b8677e475e5cda97499f29a040df
parent9acb5e4d698e9e5921dcfc26e2efe18dd316fc5e (diff)
Tweaks to make_osx_package.
-rwxr-xr-xmake_osx_package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index bd6802c74..64cc44c1b 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -15,7 +15,7 @@ echo Building pandoc...
sudo cabal-dev install-deps
sudo cabal-dev install --reinstall --flags="embed_data_files" citeproc-hs
sudo cabal-dev install --disable-library-for-ghci highlighting-kate
-sudo cabal-dev install --prefix=/usr/local --datasubdir=$BASE --docdir=/usr/local/doc/$BASE --flags="executable -library highlighting"
+sudo cabal-dev install --prefix=/usr/local --datasubdir=$BASE --docdir=/usr/local/doc/$BASE --flags="executable -library"
sudo cabal-dev copy --destdir=$ROOT
sudo chown -R $ME:staff $DIST