diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-09 12:37:29 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-03-09 12:37:29 -0800 |
commit | 5fe63436c8e048798eca0b44f6bae031ef011fb7 (patch) | |
tree | babd02c48dc3ebda8a6e60c46848a9738c22ff78 | |
parent | d4d9504950c71fdc4992a9597d2ec06adb8150db (diff) | |
download | pandoc-5fe63436c8e048798eca0b44f6bae031ef011fb7.tar.gz |
Create osx package in osx_package dir.
-rwxr-xr-x | make_osx_package.sh | 2 |
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 |