mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
app-portage/portconf: use DOCS array
Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -21,12 +21,14 @@ RDEPEND="${DEPEND}
|
|||||||
app-portage/eix
|
app-portage/eix
|
||||||
app-portage/portage-utils
|
app-portage/portage-utils
|
||||||
sys-apps/gawk
|
sys-apps/gawk
|
||||||
|
|
||||||
|| ( app-text/agrep dev-libs/tre )
|
|| ( app-text/agrep dev-libs/tre )
|
||||||
"
|
"
|
||||||
|
|
||||||
|
DOCS=( README.md )
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
dobin portconf
|
dobin portconf
|
||||||
dodoc README.md
|
|
||||||
insinto /etc
|
insinto /etc
|
||||||
newins portconf.conf portconf.conf
|
newins portconf.conf portconf.conf
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user