From f3f9363d9e6bb5967afe13ac0a590f0f86413484 Mon Sep 17 00:00:00 2001 From: "Daniel M. Weeks" Date: Mon, 4 Mar 2024 09:34:51 -0500 Subject: 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 Signed-off-by: Rick Farina --- net-wireless/rtl_433/rtl_433-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'net-wireless') 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 -} -- cgit v1.2.3-65-gdbad