diff options
author | Mazunki Hoksaas <rolferen@gmail.com> | 2024-07-27 01:48:45 +0200 |
---|---|---|
committer | Mazunki Hoksaas <rolferen@gmail.com> | 2024-07-27 01:48:45 +0200 |
commit | 0caf5e235c72b39a7381cb07a6139b86508619f4 (patch) | |
tree | 0daf32bfdd4f8d25c5adc6a0eebd4972436ee273 /sys-power | |
parent | sys-power/amdfan: add 0.2.1 (diff) | |
download | guru-0caf5e235c72b39a7381cb07a6139b86508619f4.tar.gz guru-0caf5e235c72b39a7381cb07a6139b86508619f4.tar.bz2 guru-0caf5e235c72b39a7381cb07a6139b86508619f4.zip |
sys-power/amdfan: fix wrong src_install
i will likely rev this ebuild in a few days
Signed-off-by: Mazunki Hoksaas <rolferen@gmail.com>
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/amdfan/amdfan-0.2.1-r1.ebuild (renamed from sys-power/amdfan/amdfan-0.2.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-power/amdfan/amdfan-0.2.1.ebuild b/sys-power/amdfan/amdfan-0.2.1-r1.ebuild index b023cb033..4ce851552 100644 --- a/sys-power/amdfan/amdfan-0.2.1.ebuild +++ b/sys-power/amdfan/amdfan-0.2.1-r1.ebuild @@ -46,7 +46,7 @@ python_install_all() { distutils-r1_python_install_all } -python_install_all() { +src_install() { default newinitd dist/openrc/amdfan amdfan |