summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/system/install.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 707f6b6c86c..06f8a3f0586 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -37,7 +37,7 @@
37 "Return a script that spawns the Info reader on the right section of the 37 "Return a script that spawns the Info reader on the right section of the
38manual." 38manual."
39 (gexp->script "log-to-info" 39 (gexp->script "log-to-info"
40 #~(execl (string-append #$texinfo-4 "/bin/info") 40 #~(execl (string-append #$texinfo-4 "/bin/info") "info"
41 "-d" "/run/current-system/profile/share/info" 41 "-d" "/run/current-system/profile/share/info"
42 "-f" (string-append #$guix "/share/info/guix.info") 42 "-f" (string-append #$guix "/share/info/guix.info")
43 "-n" "System Configuration"))) 43 "-n" "System Configuration")))