commit:     3a11ef4aad2321b61a661d486b902da17a66ccc0
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 17:17:17 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 17:19:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a11ef4a

x11-misc/mygestures: fix possible race condition

There's no need to rely on a broken makefile
to install only 2 files.

Closes: https://bugs.gentoo.org/814482
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-misc/mygestures/mygestures-2.0.ebuild | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/x11-misc/mygestures/mygestures-2.0.ebuild 
b/x11-misc/mygestures/mygestures-2.0.ebuild
index ae7d7d86dda..18b0d8fe375 100644
--- a/x11-misc/mygestures/mygestures-2.0.ebuild
+++ b/x11-misc/mygestures/mygestures-2.0.ebuild
@@ -24,10 +24,17 @@ DEPEND="
        x11-base/xorg-proto"
 BDEPEND="virtual/pkgconfig"
 
-DOCS=( README.md )
-
 src_prepare() {
        default
 
        eautoreconf
 }
+
+src_install() {
+       dobin src/mygestures #814482
+
+       dodoc README.md
+
+       insinto /etc
+       doins mygestures.xml
+}

Reply via email to