From fa3f072ee74b95a1ac88e4f269bc39f2979f6f1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Duje=20Mihanovi=C4=87?= Date: Tue, 18 Oct 2022 10:21:45 +0200 Subject: [PATCH] sys-power/tlp: install elogind sleep hook correctly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/877465 Signed-off-by: Duje Mihanović Closes: https://github.com/gentoo/gentoo/pull/27830 Signed-off-by: Sam James --- sys-power/tlp/{tlp-1.5.0.ebuild => tlp-1.5.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) rename sys-power/tlp/{tlp-1.5.0.ebuild => tlp-1.5.0-r1.ebuild} (95%) diff --git a/sys-power/tlp/tlp-1.5.0.ebuild b/sys-power/tlp/tlp-1.5.0-r1.ebuild similarity index 95% rename from sys-power/tlp/tlp-1.5.0.ebuild rename to sys-power/tlp/tlp-1.5.0-r1.ebuild index 58c6a1db7a7d5..b0bbf7d60684d 100644 --- a/sys-power/tlp/tlp-1.5.0.ebuild +++ b/sys-power/tlp/tlp-1.5.0-r1.ebuild @@ -26,6 +26,7 @@ src_install() { emake \ DESTDIR="${D}" \ TLP_NO_INIT=1 \ + TLP_ELOD=/$(get_libdir)/elogind/system-sleep \ TLP_WITH_ELOGIND=1 \ TLP_WITH_SYSTEMD=1 \ install install-man