Skip to content
Browse files

Fixed typo in make_osx_package.sh.

  • Loading branch information...
1 parent eaca413 commit 0a6a14376a5b850a598cd36ea2c0520a9c881c11 @jgm committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 make_osx_package.sh
View
2 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

0 comments on commit 0a6a143

Please sign in to comment.
Something went wrong with that request. Please try again.