wctf-client: fix dumb mistake

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-05-10 15:46:29 -04:00
parent 59d58b875d
commit 34c44e8568
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -68,6 +68,6 @@ src_install() {
insinto /etc/portage/repos.conf
doins "${FILESDIR}/pentoo.conf"
insinto /etc/local.d
exeinto /etc/local.d
doexe "${FILESDIR}"/99-ldm.start
}