diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-18 23:30:00 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-19 09:42:14 +0900 |
| commit | 1b5f5b68769f206e14550b41ceb6d1509ecb77b6 (patch) | |
| tree | a44cb330f5c1773a8994a96e2bf2b2cfeca1f1c8 | |
| parent | 9be207ffbd0dd2579870267c60705963a7b9ec49 (diff) | |
gnu: u-boot-documentation: Adjust to use Zstd file extension.
* gnu/packages/bootloaders.scm (u-boot-documentation)
[#:phases] {install}: Replace .gz with .zst.
Change-Id: If45a1024bea9329837d3ec7d2868bad8e54c82a7
| -rw-r--r-- | gnu/packages/bootloaders.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm index 86efedde5f4..0f5f7a60b1d 100644 --- a/gnu/packages/bootloaders.scm +++ b/gnu/packages/bootloaders.scm | |||
| @@ -907,7 +907,7 @@ also initializes the boards (RAM etc).") | |||
| 907 | (lambda* (#:key make-flags #:allow-other-keys) | 907 | (lambda* (#:key make-flags #:allow-other-keys) |
| 908 | (let* ((info-dir (string-append #$output "/share/info")) | 908 | (let* ((info-dir (string-append #$output "/share/info")) |
| 909 | (info (string-append info-dir | 909 | (info (string-append info-dir |
| 910 | "/DasUBoot.info.gz"))) | 910 | "/DasUBoot.info.zst"))) |
| 911 | (with-directory-excursion "doc/output" | 911 | (with-directory-excursion "doc/output" |
| 912 | (apply invoke "make" "-C" "texinfo" "install-info" | 912 | (apply invoke "make" "-C" "texinfo" "install-info" |
| 913 | (string-append "infodir=" info-dir) | 913 | (string-append "infodir=" info-dir) |
