From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E960213835A for ; Sun, 2 May 2021 10:51:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C489E0949; Sun, 2 May 2021 10:51:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34064E0949 for ; Sun, 2 May 2021 10:51:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1DE4340CD9 for ; Sun, 2 May 2021 10:51:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E50C0745 for ; Sun, 2 May 2021 10:51:03 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1619948934.7ab8b87d6d7b1d02a1f660f9d19cc04d249e0552.telans@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-drivers/OpenTabletDriver-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild X-VCS-Directories: x11-drivers/OpenTabletDriver-bin/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 7ab8b87d6d7b1d02a1f660f9d19cc04d249e0552 X-VCS-Branch: master Date: Sun, 2 May 2021 10:51:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b213faef-fd2d-47f9-853d-1386e660bca6 X-Archives-Hash: ed19896a5b37a1084aa835e5e508df09 commit: 7ab8b87d6d7b1d02a1f660f9d19cc04d249e0552 Author: Ethan Nijmeh gmail com> AuthorDate: Sun May 2 09:48:22 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Sun May 2 09:48:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ab8b87d x11-drivers/OpenTabletDriver-bin: fixed udev inst Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ethan Nijmeh gmail.com> x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild index 59c20366d..b7495603d 100644 --- a/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild +++ b/x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.5.3.1.ebuild @@ -50,7 +50,8 @@ src_install() { insinto "/usr/share/${MY_PN}" doins -r "Configurations" - doins "${S}/99-${LP}.rules" "/usr/lib/udev/rules.d" + insinto "/usr/lib/udev/rules.d" + doins -r "${S}/99-${LP}.rules" #install -Dm 644 -o root "${S}/99-${LP}.rules" -t "${D}/usr/lib/udev/rules.d" udevadm control --reload || die