commit: c8b7387e846ec4395b0d7f06cabb48a7e8ef8529 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org> AuthorDate: Thu Jun 10 08:43:53 2021 +0000 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org> CommitDate: Thu Jun 10 09:41:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b7387e
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 <AT> gentoo.org> 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 da492d24eb9..0bb670aea4e 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 }
