Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sxhkd/
Date: Thu, 10 Jun 2021 09:42:02
Message-Id: 1623318105.c8b7387e846ec4395b0d7f06cabb48a7e8ef8529.amadio@gentoo
1 commit: c8b7387e846ec4395b0d7f06cabb48a7e8ef8529
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 08:43:53 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 09:41:45 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8b7387e
7
8 x11-misc/sxhkd: prefix support
9
10 Bug: https://bugs.gentoo.org/795189
11 Package-Manager: Portage-3.0.19, Repoman-3.0.3
12 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
13
14 x11-misc/sxhkd/sxhkd-0.6.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild
18 index da492d24eb9..0bb670aea4e 100644
19 --- a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild
20 +++ b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild
21 @@ -22,6 +22,6 @@ src_compile() {
22 }
23
24 src_install() {
25 - emake DESTDIR="${D}" PREFIX=/usr DOCPREFIX="/usr/share/doc/${PF}" install
26 + emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" DOCPREFIX="${EPREFIX}/usr/share/doc/${PF}" install
27 systemd_dounit contrib/systemd/${PN}.service
28 }