kernel-manpages: no need to return in do_foo() anymore.
This commit is contained in:
parent
a345021c2a
commit
f4365875fb
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Add_dependency build docbook-xsl
|
|||
|
||||
do_build()
|
||||
{
|
||||
make ${makejobs} mandocs || return 1
|
||||
make ${makejobs} mandocs
|
||||
}
|
||||
|
||||
do_install()
|
||||
|
|
Loading…
Reference in a new issue