summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-10 13:56:24 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-10 13:56:24 -0800
commita7470dd1fb41b58dbeb76f8c83680c6da12ce5c0 (patch)
tree90b98debe799895591cecde1b7f385173869e64a /make_osx_package.sh
parent68e7ae101c320ee2afea8138158a039518f6c13a (diff)
Use rtf version of license in osx package.
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...