diff options
-rw-r--r-- | net-wireless/rtl_433/rtl_433-9999.ebuild | 7 |
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 -} |