summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'make_osx_package.sh')
-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 4e1acc81d..dcf06fad4 100755
--- a/make_osx_package.sh
+++ b/make_osx_package.sh
@@ -29,7 +29,7 @@ gzip $ROOT/usr/local/share/man/man?/*.*
chmod +r $ROOT/usr/local/share/man/man?/*.*
echo Copying license...
-cp COPYING $RESOURCES/License.txt
+dist/build/pandoc/pandoc --data data -t rtf -s COPYING -o $RESOURCES/License.rtf
echo Signing pandoc executable...