From fb4c0efbb1d38edec7d939ba59ebd38672788cdc Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 13 Oct 2021 23:21:29 +0200 Subject: [PATCH] gnu: fakeroot: Invoke an absolute cat. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (fakeroot)[arguments]: Refer to ‘cat’ by its absolute file name. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4a54fd954b..b34e00233d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -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