commit: f3f9363d9e6bb5967afe13ac0a590f0f86413484 Author: Daniel M. Weeks <dan <AT> danweeks <DOT> net> AuthorDate: Mon Mar 4 14:34:51 2024 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 16:07:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f9363d
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 <AT> danweeks.net> Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> net-wireless/rtl_433/rtl_433-9999.ebuild | 7 +------ 1 file changed, 1 insertion(+), 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 -}
