diff options
author | Johannes Huber <johu@gentoo.org> | 2018-10-11 21:14:42 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-10-11 21:14:52 +0200 |
commit | ba33d868a4661b550d0146ec679191d2d48d5ca7 (patch) | |
tree | 165549664968c5bc27c340d36c9a0337f6d3549f /x11-misc/i3lock | |
parent | dev-libs/flatbuffers: Drop old (diff) | |
download | gentoo-ba33d868a4661b550d0146ec679191d2d48d5ca7.tar.gz gentoo-ba33d868a4661b550d0146ec679191d2d48d5ca7.tar.bz2 gentoo-ba33d868a4661b550d0146ec679191d2d48d5ca7.zip |
x11-misc/i3lock: Fix src_prepare
Signed-off-by: Johannes Huber <johu@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r-- | x11-misc/i3lock/i3lock-2.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild index 54d9140d574c..23ee3e54a4a3 100644 --- a/x11-misc/i3lock/i3lock-2.11.ebuild +++ b/x11-misc/i3lock/i3lock-2.11.ebuild @@ -34,7 +34,7 @@ src_prepare() { echo ${PV} > I3LOCK_VERSION - sed -i -e 's:login:system-auth:' ${PN}.pam || die + sed -i -e 's:login:system-auth:' pam/${PN} || die eautoreconf |