diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2014-01-04 11:43:47 -0800 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2014-01-04 11:43:47 -0800 |
commit | 220e3816a04961b6341d84e55eba8d0c43e79458 (patch) | |
tree | c70fc7f502d14003965047f861fe94e82c918d11 | |
parent | 9ae10b43524e85fb90273f99e307da66607293c7 (diff) | |
download | pandoc-220e3816a04961b6341d84e55eba8d0c43e79458.tar.gz |
make_osx_package: Don't hardcode jgm, use whoami.
-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 384cb89cc..25e90bd4e 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -8,7 +8,7 @@ ROOT=$DIST/pandoc DEST=$ROOT/usr/local SCRIPTS=osx-resources BASE=pandoc-$VERSION -ME=jgm +ME=$(whoami) CODESIGNID="Developer ID Application: John Macfarlane" PACKAGEMAKER=/Applications/PackageMaker.app/Contents/MacOS/PackageMaker EXES="pandoc pandoc-citeproc biblio2yaml" |