guix-commits
[Top][All Lists]
Advanced

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

05/08: squash! gnu: hurd: Ensure startup scripts refer to the right prog


From: guix-commits
Subject: 05/08: squash! gnu: hurd: Ensure startup scripts refer to the right programs.
Date: Sun, 5 Apr 2020 07:24:05 -0400 (EDT)

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

commit 6c1aef05e68b37784030b56bab10dc80a51fa340
Author: Jan (janneke) Nieuwenhuizen <address@hidden>
AuthorDate: Sun Apr 5 09:06:35 2020 +0200

    squash! gnu: hurd: Ensure startup scripts refer to the right programs.
    
    * gnu/packages/hurd.scm (hurd): Subtitute /libexec and /sbin, so that we may
    run RC!
---
 gnu/packages/hurd.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index b7206f4..c59d321 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -371,8 +371,8 @@ boot, since this cannot be done from GNU/Linux."
                                  util-linux "/bin\n"))
                  (("^SHELL=.*")
                   (string-append "SHELL=" bash "/bin/bash\n"))
-                 (("/libexec/")
-                  (string-append out "/libexec/")))
+                 (("/sbin/") (string-append out "/sbin/"))
+                 (("/libexec/") (string-append out "/libexec/")))
                #t)))
          (add-after 'patch-shebangs 'patch-libexec-shebangs
            (lambda* (#:key inputs outputs #:allow-other-keys)



reply via email to

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