mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 12:58:16 -07:00
dev-util/cccc: drop superfluous dies
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -60,12 +60,13 @@ src_install() {
|
||||
|
||||
if use doc ; then
|
||||
docinto html
|
||||
dodoc cccc/*.html || die "html docs failed"
|
||||
dodoc cccc/*.html
|
||||
if use apidoc ; then
|
||||
docinto html/api
|
||||
dodoc -r doxygen/html/. || die "apidocs failed"
|
||||
dodoc -r doxygen/html/.
|
||||
|
||||
docinto html/metrics
|
||||
dodoc ccccout/* || die "metrics failed"
|
||||
dodoc ccccout/*
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
@@ -60,12 +60,13 @@ src_install() {
|
||||
|
||||
if use doc ; then
|
||||
docinto html
|
||||
dodoc cccc/*.html || die "html docs failed"
|
||||
dodoc cccc/*.html
|
||||
if use apidoc ; then
|
||||
docinto html/api
|
||||
dodoc -r doxygen/html/. || die "apidocs failed"
|
||||
docinto html/metrics
|
||||
dodoc ccccout/* || die "metrics failed"
|
||||
dodoc -r doxygen/html/.
|
||||
|
||||
docinto html/metrics/
|
||||
dodoc ccccout/*
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user