guix-commits
[Top][All Lists]
Advanced

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

01/02: SQUASH gnu: hurd: Ensure startup scripts refer to the right progr


From: guix-commits
Subject: 01/02: SQUASH gnu: hurd: Ensure startup scripts refer to the right programs.
Date: Sun, 5 Apr 2020 06:55:08 -0400 (EDT)

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

commit a60d9fcff319bc2aebf3f966d65d3a163931d29c
Author: Ludovic Courtès <address@hidden>
AuthorDate: Sun Apr 5 12:24:04 2020 +0200

    SQUASH gnu: hurd: Ensure startup scripts refer to the right programs.
---
 gnu/packages/hurd.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 2663e6e..d44b4a9 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -365,7 +365,9 @@ boot, since this cannot be done from GNU/Linux."
                   (string-append "PATH=" out "/bin:"
                                  sed "/bin:" grep "/bin\n"))
                  (("^SHELL=.*")
-                  (string-append "SHELL=" bash "/bin/bash\n")))
+                  (string-append "SHELL=" bash "/bin/bash\n"))
+                 (("/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]