mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
0bd926b6e4
commit
fb4c0efbb1
1 changed files with 2 additions and 2 deletions
|
@ -7871,9 +7871,9 @@ (define-public fakeroot
|
|||
(("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
|
||||
|
|
Loading…
Reference in a new issue