aboutsummaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-06-26 19:41:54 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-06-26 19:41:54 -0700
commite03b940baa435863ead2181f42e0efddeb4dffbf (patch)
tree2914cd05fae19aea7969f27dfba25ccd1cd1ef16 /make_osx_package.sh
parentdc158768b9cf13b9dd63651da0a3f9b6236ff189 (diff)
downloadpandoc-e03b940baa435863ead2181f42e0efddeb4dffbf.tar.gz
In make_osx_package.sh, rebuild citeproc-hs with embed_data_files.
Diffstat (limited to 'make_osx_package.sh')
-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 64db8a5d2..aeb42a0bc 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -14,7 +14,7 @@ mkdir -p $RESOURCES
echo Building pandoc...
sudo cabal-dev install-deps
-sudo cabal-dev install --flags="embed_data_files" citeproc-hs
+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 blaze_html_0_5 -library"
sudo cabal-dev copy --destdir=$ROOT