mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 05:11:05 +02:00
wctf-client: fix to check gpg sigs
This commit is contained in:
parent
1493ade100
commit
248d9ce0f9
1 changed files with 8 additions and 0 deletions
|
|
@ -37,6 +37,14 @@ PDEPEND="dev-vcs/git
|
|||
|| ( net-misc/iputils[arping(+)] net-analyzer/arping )"
|
||||
|
||||
src_install() {
|
||||
#/usr/share/pentoo
|
||||
insinto /usr/share/pentoo
|
||||
doins "${FILESDIR}/pentoo-keyring.asc"
|
||||
|
||||
#/etc/portage/repos.conf
|
||||
insinto /etc/portage/repos.conf
|
||||
doins "${FILESDIR}/pentoo.conf"
|
||||
|
||||
insinto /etc/local.d
|
||||
doexe "${FILESDIR}"/99-ldm.start
|
||||
}
|
||||
Loading…
Reference in a new issue