gnu: fakeroot: Invoke an absolute cat.

* gnu/packages/linux.scm (fakeroot)[arguments]: Refer to ‘cat’ by its
absolute file name.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-13 23:21:29 +02:00
parent 0bd926b6e4
commit fb4c0efbb1
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -7871,9 +7871,9 @@ the superuser to make device nodes.")
(("sed")
(string-append (assoc-ref inputs "sed")
"/bin/sed"))
(("cut")
(("cat|cut" command)
(string-append (assoc-ref inputs "coreutils")
"/bin/cut")) )))
"/bin/" command)) )))
(replace 'bootstrap
(lambda _
;; The "preroll" script takes care of Autoconf and also