make_osx_package: Don't hardcode jgm, use whoami.

This commit is contained in:
John MacFarlane 2014-01-04 11:43:47 -08:00
parent 9ae10b4352
commit 220e3816a0

View file

@ -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"