summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-03-09 12:37:29 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-03-09 12:37:29 -0800
commit5fe63436c8e048798eca0b44f6bae031ef011fb7 (patch)
treebabd02c48dc3ebda8a6e60c46848a9738c22ff78
parentd4d9504950c71fdc4992a9597d2ec06adb8150db (diff)
Create osx package in osx_package dir.
-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 64cc44c1b..cba1bf22c 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -1,6 +1,6 @@
#!/bin/sh -e
-DIST=osx
+DIST=osx_package
VERSION=$(grep -e '^Version' pandoc.cabal | awk '{print $2}')
RESOURCES=$DIST/Resources
ROOT=$DIST/pandoc