summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuilherme Amadio <amadio@gentoo.org>2021-06-10 10:43:53 +0200
committerGuilherme Amadio <amadio@gentoo.org>2021-06-10 11:41:45 +0200
commitc8b7387e846ec4395b0d7f06cabb48a7e8ef8529 (patch)
treed07bf3ae2c717f755d7ffe3cbac78cdfb9777c29 /x11-misc/sxhkd
parentgames-rpg/rpg-cli: update metadata.xml (diff)
downloadgentoo-c8b7387e846ec4395b0d7f06cabb48a7e8ef8529.tar.gz
gentoo-c8b7387e846ec4395b0d7f06cabb48a7e8ef8529.tar.bz2
gentoo-c8b7387e846ec4395b0d7f06cabb48a7e8ef8529.zip
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>
Diffstat (limited to 'x11-misc/sxhkd')
-rw-r--r--x11-misc/sxhkd/sxhkd-0.6.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/sxhkd/sxhkd-0.6.2.ebuild b/x11-misc/sxhkd/sxhkd-0.6.2.ebuild
index da492d24eb92..0bb670aea4e9 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
}