From c8b7387e846ec4395b0d7f06cabb48a7e8ef8529 Mon Sep 17 00:00:00 2001 From: Guilherme Amadio Date: Thu, 10 Jun 2021 10:43:53 +0200 Subject: [PATCH] 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 --- x11-misc/sxhkd/sxhkd-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild index da492d24eb92d..0bb670aea4e91 100644 --- a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild +++ b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild @@ -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 }