From 9159bff062a346f97b26f19578d2fdf01d255fea Mon Sep 17 00:00:00 2001 From: brian cully Date: Fri, 15 May 2026 14:50:00 -0400 Subject: =?UTF-8?q?system:=20hurd-boot:=20Put=20the=20profile=E2=80=99s=20?= =?UTF-8?q?=E2=80=98sbin=E2=80=99=20in=20$PATH=20for=20boot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/build/hurd-boot.scm (boot-hurd-system): put the profile's sbin in the path. Change-Id: I7d640800bbb42d138713def0902d7de5511bfe03 Signed-off-by: Ludovic Courtès Merges: #9109 --- gnu/build/hurd-boot.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/build') diff --git a/gnu/build/hurd-boot.scm b/gnu/build/hurd-boot.scm index 578378bb208..67975bfa647 100644 --- a/gnu/build/hurd-boot.scm +++ b/gnu/build/hurd-boot.scm @@ -391,7 +391,7 @@ XXX TODO: use Linux xattr/setxattr to remove (settrans in) /libexec/RUNSYSTEM (to-load (find-long-option "gnu.load" args)) (profile (string-append system "/profile")) (bin (string-append profile "/bin")) - (sbin (string-append profile "/bin"))) + (sbin (string-append profile "/sbin"))) (setenv "PATH" (string-append bin ":" sbin)) -- cgit v1.2.3