diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-16 01:02:58 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-16 01:03:34 +0100 |
commit | 30719c6475c2a7d3b5ef95ba5eb17eb60852f2b9 (patch) | |
tree | 0de5a1bd2bd851ed8ef4b8a88b2c706cff706e67 /x11-wm | |
parent | x11-wm/i3: Use out-of-source eclass (diff) | |
download | gentoo-30719c6475c2a7d3b5ef95ba5eb17eb60852f2b9.tar.gz gentoo-30719c6475c2a7d3b5ef95ba5eb17eb60852f2b9.tar.bz2 gentoo-30719c6475c2a7d3b5ef95ba5eb17eb60852f2b9.zip |
x11-wm/i3: Fixed issues from previous commit.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/i3-4.14.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/i3/i3-4.14.1.ebuild b/x11-wm/i3/i3-4.14.1.ebuild index 73ad789867b5..c10aed5dc8d9 100644 --- a/x11-wm/i3/i3-4.14.1.ebuild +++ b/x11-wm/i3/i3-4.14.1.ebuild @@ -76,12 +76,11 @@ my_src_configure() { econf "${myeconfargs[@]}" } -my_src_install() { - emake install +my_src_install_all() { doman man/*.1 einstalldocs - use docs && dodoc -r docs "RELEASE-NOTES-${PV}" + use doc && dodoc -r docs "RELEASE-NOTES-${PV}" exeinto /etc/X11/Sessions doexe "${T}/i3wm" |