From 220e3816a04961b6341d84e55eba8d0c43e79458 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Jan 2014 11:43:47 -0800 Subject: make_osx_package: Don't hardcode jgm, use whoami. --- make_osx_package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3