guix-commits
[Top][All Lists]
Advanced

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

08/48: gnu: hurd: Fix references to /bin/w.


From: guix-commits
Subject: 08/48: gnu: hurd: Fix references to /bin/w.
Date: Sun, 19 Apr 2020 10:22:07 -0400 (EDT)

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

commit bf1bbe40dcf245a2a1c1c25b7ed52a50c8058fec
Author: Rene Saavedra <address@hidden>
AuthorDate: Sun Apr 12 22:33:08 2020 -0500

    gnu: hurd: Fix references to /bin/w.
    
    * gnu/packages/hurd.scm (hurd): Use '/bin/w' from hurd package.
---
 gnu/packages/hurd.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/hurd.scm b/gnu/packages/hurd.scm
index 88af75c..fcbbaad 100644
--- a/gnu/packages/hurd.scm
+++ b/gnu/packages/hurd.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2020 Marius Bakke <address@hidden>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <address@hidden>
 ;;; Copyright © 2020 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2020 Rene Saavedra <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -398,6 +399,9 @@ boot, since this cannot be done from GNU/Linux."
                (substitute* '("startup/startup.c" "init/init.c" "config/ttys")
                  (("/libexec/")
                   (string-append out "/libexec/")))
+               (substitute* '("utils/uptime.sh")
+                 (("/bin/w")
+                  (string-append out "/bin/w")))
                (substitute* "daemons/console-run.c"
                  (("/hurd/")
                   (string-append out "/hurd/")))



reply via email to

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