gnu: fakeroot: Invoke an absolute cat.
* gnu/packages/linux.scm (fakeroot)[arguments]: Refer to ‘cat’ by its absolute file name.master
parent
0bd926b6e4
commit
fb4c0efbb1
|
@ -7871,9 +7871,9 @@ the superuser to make device nodes.")
|
||||||
(("sed")
|
(("sed")
|
||||||
(string-append (assoc-ref inputs "sed")
|
(string-append (assoc-ref inputs "sed")
|
||||||
"/bin/sed"))
|
"/bin/sed"))
|
||||||
(("cut")
|
(("cat|cut" command)
|
||||||
(string-append (assoc-ref inputs "coreutils")
|
(string-append (assoc-ref inputs "coreutils")
|
||||||
"/bin/cut")) )))
|
"/bin/" command)) )))
|
||||||
(replace 'bootstrap
|
(replace 'bootstrap
|
||||||
(lambda _
|
(lambda _
|
||||||
;; The "preroll" script takes care of Autoconf and also
|
;; The "preroll" script takes care of Autoconf and also
|
||||||
|
|
Reference in New Issue