summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel M. Weeks <dan@danweeks.net>2024-03-04 09:34:51 -0500
committerRick Farina <zerochaos@gentoo.org>2024-03-04 11:07:06 -0500
commitf3f9363d9e6bb5967afe13ac0a590f0f86413484 (patch)
treebd782b6d995e94b6bb5a0fd5471636e3d7918c33 /net-wireless/rtl_433
parentapp-misc/broot: add 1.35.0 (diff)
downloadgentoo-f3f9363d9e6bb5967afe13ac0a590f0f86413484.tar.gz
gentoo-f3f9363d9e6bb5967afe13ac0a590f0f86413484.tar.bz2
gentoo-f3f9363d9e6bb5967afe13ac0a590f0f86413484.zip
net-wireless/rtl_433: Fix etc installation
Upstream now uses correct install destination for etc. Closes: https://bugs.gentoo.org/926165 Closes: https://github.com/gentoo/gentoo/pull/35620 Signed-off-by: Daniel M. Weeks <dan@danweeks.net> Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'net-wireless/rtl_433')
-rw-r--r--net-wireless/rtl_433/rtl_433-9999.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/net-wireless/rtl_433/rtl_433-9999.ebuild b/net-wireless/rtl_433/rtl_433-9999.ebuild
index db11fc2febca..ea9cb877d387 100644
--- a/net-wireless/rtl_433/rtl_433-9999.ebuild
+++ b/net-wireless/rtl_433/rtl_433-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -42,8 +42,3 @@ src_configure() {
)
cmake_src_configure
}
-
-src_install() {
- cmake_src_install
- mv "${ED}/usr/etc" "${ED}/" || die
-}