net-wireless/mdk4: flesh out install phase
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alfred Wingate <parona@protonmail.com>
This commit is contained in:
parent
5ea7598c0b
commit
a1bf0f400b
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2020 Gentoo Authors
|
# Copyright 2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -39,4 +39,12 @@ src_install() {
|
|||||||
# The install phase is a tad bit too funky, so doing by hand
|
# The install phase is a tad bit too funky, so doing by hand
|
||||||
dosbin src/mdk4
|
dosbin src/mdk4
|
||||||
doman man/mdk4.1
|
doman man/mdk4.1
|
||||||
|
|
||||||
|
insinto /usr/share/"${PN}"
|
||||||
|
doins -r useful_files
|
||||||
|
|
||||||
|
HTML_DOCS="docs"
|
||||||
|
einstalldocs
|
||||||
|
|
||||||
|
dodoc AUTHORS CHANGELOG TODO
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright 2020 Gentoo Authors
|
# Copyright 2021 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
@ -36,4 +36,12 @@ src_install() {
|
|||||||
# The install phase is a tad bit too funky, so doing by hand
|
# The install phase is a tad bit too funky, so doing by hand
|
||||||
dosbin src/mdk4
|
dosbin src/mdk4
|
||||||
doman man/mdk4.1
|
doman man/mdk4.1
|
||||||
|
|
||||||
|
insinto /usr/share/"${PN}"
|
||||||
|
doins -r useful_files
|
||||||
|
|
||||||
|
HTML_DOCS="docs"
|
||||||
|
einstalldocs
|
||||||
|
|
||||||
|
dodoc AUTHORS CHANGELOG TODO
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user