diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-10-16 09:58:48 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-10-16 09:58:48 -0700 |
commit | 0a6a14376a5b850a598cd36ea2c0520a9c881c11 (patch) | |
tree | 7ee182702f14f604babc374dbdfaf977fe095ce7 | |
parent | eaca413df7a14412bd48e392eed86f12a6cd8e0a (diff) | |
download | pandoc-0a6a14376a5b850a598cd36ea2c0520a9c881c11.tar.gz |
Fixed typo in make_osx_package.sh.
-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 78b7ae226..835638c76 100755 --- a/make_osx_package.sh +++ b/make_osx_package.sh @@ -21,7 +21,7 @@ stack install --stack-yaml=stack.pkg.yaml echo Getting man pages... make man/pandoc.1 -PANDOC_CITEPROC_PATH=`cabal unpack -d $DIST pandoc-citeproc | awk '{print $3;}' +PANDOC_CITEPROC_PATH=`cabal unpack -d $DIST pandoc-citeproc | awk '{print $3;}'` mkdir -p $DEST/bin mkdir -p $DEST/share/man/man1 |