tlp: install elogind hooks to appropriate location
On voidlinux, elogind looks for the hooks in /usr/libexec/elogind rather than /usr/lib/elogind.
This commit is contained in:
parent
5a4a19e0ef
commit
44cd0b996c
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'tlp'
|
||||
pkgname=tlp
|
||||
version=1.3.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="TLP-${version}"
|
||||
depends="hdparm bash iw util-linux ethtool perl"
|
||||
short_desc="Advanced power management tool for Linux"
|
||||
|
@ -20,7 +20,7 @@ do_install() {
|
|||
TLP_SBIN=/usr/bin \
|
||||
TLP_ULIB=/usr/lib/udev \
|
||||
TLP_SHCPL=/usr/share/bash-completion/completions \
|
||||
TLP_ELOD=/usr/lib/elogind/system-sleep \
|
||||
TLP_ELOD=/usr/libexec/elogind/system-sleep \
|
||||
TLP_WITH_SYSTEMD=0 \
|
||||
install
|
||||
|
||||
|
|
Loading…
Reference in a new issue