From 5fe63436c8e048798eca0b44f6bae031ef011fb7 Mon Sep 17 00:00:00 2001
From: John MacFarlane <fiddlosopher@gmail.com>
Date: Fri, 9 Mar 2012 12:37:29 -0800
Subject: [PATCH] Create osx package in osx_package dir.

---
 make_osx_package.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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