Create osx package in osx_package dir.

This commit is contained in:
John MacFarlane 2012-03-09 12:37:29 -08:00
parent d4d9504950
commit 5fe63436c8

View file

@ -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