Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
Date: Thu, 11 Oct 2018 19:15:14
Message-Id: 1539285292.ba33d868a4661b550d0146ec679191d2d48d5ca7.johu@gentoo
1 commit: ba33d868a4661b550d0146ec679191d2d48d5ca7
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 19:14:42 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 19:14:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba33d868
7
8 x11-misc/i3lock: Fix src_prepare
9
10 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 x11-misc/i3lock/i3lock-2.11.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild
17 index 54d9140d574..23ee3e54a4a 100644
18 --- a/x11-misc/i3lock/i3lock-2.11.ebuild
19 +++ b/x11-misc/i3lock/i3lock-2.11.ebuild
20 @@ -34,7 +34,7 @@ src_prepare() {
21
22 echo ${PV} > I3LOCK_VERSION
23
24 - sed -i -e 's:login:system-auth:' ${PN}.pam || die
25 + sed -i -e 's:login:system-auth:' pam/${PN} || die
26
27 eautoreconf