[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/50: gnu: axoloti-patcher-next: Fix file names.
From: |
guix-commits |
Subject: |
50/50: gnu: axoloti-patcher-next: Fix file names. |
Date: |
Thu, 23 Dec 2021 16:34:35 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 56478abbd0a46ac086e19a2aecc2985fd96798ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 18:10:42 2021 +0100
gnu: axoloti-patcher-next: Fix file names.
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add missing
slash.
---
gnu/packages/axoloti.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm
index 40c2733..622c4f9 100644
--- a/gnu/packages/axoloti.scm
+++ b/gnu/packages/axoloti.scm
@@ -531,12 +531,12 @@ patcher application.")))
"share/axoloti/firmware")))
(mkdir-p target)
(install-file (string-append old-firmware
-
"flasher/flasher_build/flasher.bin")
+
"/flasher/flasher_build/flasher.bin")
target)
;; TODO: the old file differs from the file that is included
;; in this repository as the old firmware.
(install-file (string-append old-firmware
- "build/axoloti.bin")
+ "/build/axoloti.bin")
target))
;; We do this to ensure that this package retains references to
- 46/50: gnu: java-kafka-clients: Disable failing test., (continued)
- 46/50: gnu: java-kafka-clients: Disable failing test., guix-commits, 2021/12/23
- 21/50: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/23
- 18/50: gnu: Remove icedtea-6., guix-commits, 2021/12/23
- 31/50: gnu: jamvm-1-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 49/50: gnu: axoloti-patcher-next: Remove trailing #T., guix-commits, 2021/12/23
- 04/50: gnu: ecj-javac-wrapper: Remove trailing #T., guix-commits, 2021/12/23
- 32/50: gnu: ant-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 41/50: gnu: java-kafka-clients: Update to 1.1.1., guix-commits, 2021/12/23
- 38/50: gnu: java-icu4j: Update to 70.1., guix-commits, 2021/12/23
- 42/50: gnu: java-mail: Disable SSL test., guix-commits, 2021/12/23
- 50/50: gnu: axoloti-patcher-next: Fix file names.,
guix-commits <=
- 48/50: gnu: java-simple-xml: Delete failing test., guix-commits, 2021/12/23