diff options
-rw-r--r-- | x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild index a74dd1525..4214a5008 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.13.5.ebuild @@ -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 } |