1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 10:10:31 +02:00

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

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