small fix to pass manpage path to packaging script
This commit is contained in:
parent
ab14fb1437
commit
2abedf79e2
2 changed files with 6 additions and 1 deletions
|
@ -57,6 +57,10 @@ while [[ $# > 0 ]]; do
|
|||
--help)
|
||||
help
|
||||
;;
|
||||
-m|--manpages)
|
||||
MANPAGE_DIR=$2
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
break
|
||||
;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue