small fix to pass manpage path to packaging script

This commit is contained in:
Bryan Thornbury 2016-03-22 16:00:09 -07:00
parent ab14fb1437
commit 2abedf79e2
2 changed files with 6 additions and 1 deletions

View file

@ -57,6 +57,10 @@ while [[ $# > 0 ]]; do
--help)
help
;;
-m|--manpages)
MANPAGE_DIR=$2
shift
;;
*)
break
;;