gnu: lm-sensors: Patch references to ‘egrep’.

* gnu/packages/linux.scm (lm-sensors)[arguments]: Patch unqualified
references to ‘egrep’ as well as ‘grep’.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Nicolò Balzarotti 2020-05-17 14:46:25 +02:00 committed by Tobias Geerinckx-Rice
parent ad14938327
commit 074cd595bb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3541,9 +3541,9 @@ (define-public lm-sensors
(("cat ")
(string-append (assoc-ref inputs "coreutils")
"/bin/cat "))
(("grep ")
(("e?grep " match)
(string-append (assoc-ref inputs "grep")
"/bin/grep "))
"/bin/" match))
(("sed -e")
(string-append (assoc-ref inputs "sed")
"/bin/sed -e"))