aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2014-06-06 22:19:59 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2014-06-06 22:19:59 -0700
commitb2d75c67e41862f98163fc76d3151de2005f6e35 (patch)
tree80022298c1121173e084fd190ef0799541fafa95
parentff25cf079cd683ee1a2ad3d473e1db9084e0ba35 (diff)
downloadpandoc-b2d75c67e41862f98163fc76d3151de2005f6e35.tar.gz
make_osx_package: don't cabal update at beginning.
-rwxr-xr-xmake_osx_package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_osx_package.sh b/make_osx_package.sh
index 4e93a1a03..3e4317140 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -22,8 +22,8 @@ rm -rf $DIST
mkdir -p $RESOURCES
cabal sandbox init
-echo Updating database
-cabal update
+# echo Updating database
+# cabal update
echo Building pandoc...
cabal clean