From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 34F4E1382C5 for ; Thu, 10 Jun 2021 09:42:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FA64E088A; Thu, 10 Jun 2021 09:42:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3193FE088A for ; Thu, 10 Jun 2021 09:42:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90850335D6E for ; Thu, 10 Jun 2021 09:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4C0C78E for ; Thu, 10 Jun 2021 09:41:57 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1623318105.c8b7387e846ec4395b0d7f06cabb48a7e8ef8529.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sxhkd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sxhkd/sxhkd-0.6.2.ebuild X-VCS-Directories: x11-misc/sxhkd/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: c8b7387e846ec4395b0d7f06cabb48a7e8ef8529 X-VCS-Branch: master Date: Thu, 10 Jun 2021 09:41:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d0e8ee72-83b3-4321-8b3c-55559617eab2 X-Archives-Hash: 3d2d027ca6bf54d05d24963c39e432f5 commit: c8b7387e846ec4395b0d7f06cabb48a7e8ef8529 Author: Guilherme Amadio gentoo org> AuthorDate: Thu Jun 10 08:43:53 2021 +0000 Commit: Guilherme Amadio gentoo 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 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 }