bat: fix build
The manual page is not in doc/man.1 but somewhere in the build tree.
This commit is contained in:
parent
a5196ae7d8
commit
a4dbd76399
|
@ -18,7 +18,10 @@ pre_build() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
local manpage
|
||||
vlicense LICENSE-MIT
|
||||
vdoc README.md
|
||||
vman doc/bat.1
|
||||
# The manual page is hidden somewhere deep in the build tree
|
||||
manpage=$(find ${wrksrc}/target -name bat.1)
|
||||
vman ${manpage}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue