kernel-manpages: no need to return in do_foo() anymore.

This commit is contained in:
Juan RP 2011-01-11 15:43:13 +01:00
parent a345021c2a
commit f4365875fb

View file

@ -15,7 +15,7 @@ Add_dependency build docbook-xsl
do_build()
{
make ${makejobs} mandocs || return 1
make ${makejobs} mandocs
}
do_install()