guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/62: gnu: hurd: Add "hurd/sbin" to PATH.


From: guix-commits
Subject: 15/62: gnu: hurd: Add "hurd/sbin" to PATH.
Date: Sat, 11 Apr 2020 11:35:46 -0400 (EDT)

janneke pushed a commit to branch wip-hurd-vm
in repository guix.

commit e88891b1801840ffbfb6c43a8a29343e734ea2a9
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 5 09:03:51 2020 +0200

    gnu: hurd: Add "hurd/sbin" to PATH.
    
    * gnu/packages/hurd.scm (hurd): Add hurd/sbin to PATH.
---
 gnu/packages/hurd.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index ea2532c..45e1b21 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -372,7 +372,7 @@ boot, since this cannot be done from GNU/Linux."
                               "daemons/runsystem.hurd.sh"
                               "sutils/MAKEDEV.sh")
                  (("^PATH=.*")
-                  (string-append "PATH=" out "/bin:"
+                  (string-append "PATH=" out "/bin:" out "/sbin:"
                                  coreutils "/bin:"
                                  sed "/bin:" grep "/bin:"
                                  util-linux "/bin\n"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]