mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
x11-misc/i3lock-color: switch to out of source build
In source build does not seem to work anymore (I'm sure I could have built it in the previous toolchain). Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools shell-completion
|
||||
inherit autotools out-of-source shell-completion
|
||||
|
||||
MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
|
||||
|
||||
@@ -45,7 +45,7 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
out-of-source_src_install
|
||||
newbashcomp i3lock-bash i3lock
|
||||
newzshcomp i3lock-zsh _i3lock
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user