diff options
Diffstat (limited to 'x11-plugins/wmXName/wmXName-0.1-r1.ebuild')
-rw-r--r-- | x11-plugins/wmXName/wmXName-0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmXName/wmXName-0.1-r1.ebuild b/x11-plugins/wmXName/wmXName-0.1-r1.ebuild index f7d95004717d..c812f1f76b89 100644 --- a/x11-plugins/wmXName/wmXName-0.1-r1.ebuild +++ b/x11-plugins/wmXName/wmXName-0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -40,7 +40,7 @@ src_compile() { emake CC="$(tc-getCC)" SYSTEM="${LDFLAGS}" } -src_install () { +src_install() { dobin wmXName GrabXName dodoc README config.sample } |