diff options
-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 |