mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
system/install: Adjust for the new Info Zstd extension.
* gnu/system/install.scm (log-to-info): Adjust to use the .zst file extension. Change-Id: I2dfc0cc762da04ede7b9c6096edcd6b80989dc85
This commit is contained in:
@@ -123,12 +123,12 @@ manual."
|
||||
(infodir "/run/current-system/profile/share/info")
|
||||
(per-lang (lambda (code)
|
||||
(string-append infodir "/guix." code
|
||||
".info.gz")))
|
||||
".info.zst")))
|
||||
(file ((@ (srfi srfi-1) find) file-exists?
|
||||
(list (per-lang with-region)
|
||||
(per-lang language)
|
||||
(string-append infodir
|
||||
"/guix.info.gz"))))
|
||||
"/guix.info.zst"))))
|
||||
(node (or (assoc-ref '#$%installation-node-names
|
||||
with-region)
|
||||
(assoc-ref '#$%installation-node-names
|
||||
|
||||
Reference in New Issue
Block a user