[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)
- branch wip-hurd-vm updated (f5b0593 -> 265eed6), guix-commits, 2020/04/05
- 01/08: gnu: hurd: Add coreutils to startup scripts., guix-commits, 2020/04/05
- 05/08: squash! gnu: hurd: Ensure startup scripts refer to the right programs.,
guix-commits <=
- 02/08: gnu: hurd: Add util-linux to startup scripts., guix-commits, 2020/04/05
- 03/08: gnu: hurd: Add /etc/fstab., guix-commits, 2020/04/05
- 07/08: gnu: hurd: Do not create /servers/socket/1., guix-commits, 2020/04/05
- 04/08: gnu: hurd: Add hurd/sbin to PATH., guix-commits, 2020/04/05
- 06/08: gnu: hurd: Fix PATH in MAKEDEV., guix-commits, 2020/04/05
- 08/08: HACK gnu: hurd: Try remount / rw., guix-commits, 2020/04/05