summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c92829c50a1..1417925dc89 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8230,7 +8230,9 @@ interface in sysfs, which can be accomplished with the included udev rules.")
(add-after 'install 'wrap
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((bin (string-append (assoc-ref outputs "out") "/bin"))
- (bin-files (find-files bin ".*")))
+ (sbin (string-append (assoc-ref outputs "out") "/sbin"))
+ (bin-files (find-files bin ".*"))
+ (sbin-files (find-files sbin ".*")))
(define (bin-directory input-name)
(let ((p (assoc-ref inputs input-name)))
(and p (string-append p "/bin"))))
@@ -8260,7 +8262,7 @@ interface in sysfs, which can be accomplished with the included udev rules.")
"pciutils"
"rfkill"
"wireless-tools"))))))
- bin-files)))))))
+ (append bin-files sbin-files))))))))
(home-page "https://linrunner.de/en/tlp/tlp.html")
(synopsis "Power management tool for Linux")
(description "TLP is a power management tool for Linux. It comes with