x11-misc/sxhkd: prefix support

Bug: https://bugs.gentoo.org/795189
Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
This commit is contained in:
Guilherme Amadio
2021-06-10 10:43:53 +02:00
parent 1b829f74ec
commit c8b7387e84

View File

@@ -22,6 +22,6 @@ src_compile() {
}
src_install() {
emake DESTDIR="${D}" PREFIX=/usr DOCPREFIX="/usr/share/doc/${PF}" install
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
systemd_dounit contrib/systemd/${PN}.service
}