summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-09 14:23:06 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-09 14:23:06 -0800
commitd154aff4fcd496d36e4ded70292464b01149e277 (patch)
tree200db4ccef81e4cb3d245a525dd4a12a576ea576 /make_osx_package.sh
parent1f7ca66627973b400f95cf29de2f1413d822334f (diff)
make_osx_package: removed --reinstall flag on citeproc-hs.
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 ad8882bb9..85a23a7a8 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 --reinstall --flags="embed_data_files" citeproc-hs
+sudo cabal-dev install --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"
sudo cabal-dev copy --destdir=$ROOT