mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
dev-libs/cdk: skip non-exist directory for dodoc
Closes: https://bugs.gentoo.org/955827 Signed-off-by: Z. Liu <zhixu.liu@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42040 Closes: https://github.com/gentoo/gentoo/pull/42040 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
e34418b72b
commit
04b2ee6ce3
@ -55,6 +55,7 @@ src_install() {
|
||||
if use examples ; then
|
||||
local x
|
||||
for x in include c++ demos examples cli cli/utils cli/samples ; do
|
||||
[[ -d ${x} ]] || continue
|
||||
docinto ${x}
|
||||
find ${x} -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc || die
|
||||
done
|
||||
|
||||
@ -50,6 +50,7 @@ src_install() {
|
||||
if use examples ; then
|
||||
local x
|
||||
for x in include c++ demos examples cli cli/utils cli/samples ; do
|
||||
[[ -d ${x} ]] || continue
|
||||
docinto ${x}
|
||||
find ${x} -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc || die
|
||||
done
|
||||
|
||||
@ -55,6 +55,7 @@ src_install() {
|
||||
if use examples ; then
|
||||
local x
|
||||
for x in include c++ demos examples cli cli/utils cli/samples ; do
|
||||
[[ -d ${x} ]] || continue
|
||||
docinto ${x}
|
||||
find ${x} -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc || die
|
||||
done
|
||||
|
||||
@ -61,6 +61,7 @@ src_install() {
|
||||
if use examples ; then
|
||||
local x
|
||||
for x in include c++ demos examples cli cli/utils cli/samples ; do
|
||||
[[ -d ${x} ]] || continue
|
||||
docinto ${x}
|
||||
find ${x} -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc || die
|
||||
done
|
||||
|
||||
@ -57,6 +57,7 @@ src_install() {
|
||||
if use examples ; then
|
||||
local x
|
||||
for x in include c++ demos examples cli cli/utils cli/samples ; do
|
||||
[[ -d ${x} ]] || continue
|
||||
docinto ${x}
|
||||
find ${x} -maxdepth 1 -mindepth 1 -type f -print0 | xargs -0 dodoc || die
|
||||
done
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user