mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: axoloti-patcher-next: Fix file names.
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add missing slash.
This commit is contained in:
parent
14697c93c8
commit
56478abbd0
1 changed files with 2 additions and 2 deletions
|
@ -531,12 +531,12 @@ (define-public axoloti-patcher-next
|
||||||
"share/axoloti/firmware")))
|
"share/axoloti/firmware")))
|
||||||
(mkdir-p target)
|
(mkdir-p target)
|
||||||
(install-file (string-append old-firmware
|
(install-file (string-append old-firmware
|
||||||
"flasher/flasher_build/flasher.bin")
|
"/flasher/flasher_build/flasher.bin")
|
||||||
target)
|
target)
|
||||||
;; TODO: the old file differs from the file that is included
|
;; TODO: the old file differs from the file that is included
|
||||||
;; in this repository as the old firmware.
|
;; in this repository as the old firmware.
|
||||||
(install-file (string-append old-firmware
|
(install-file (string-append old-firmware
|
||||||
"build/axoloti.bin")
|
"/build/axoloti.bin")
|
||||||
target))
|
target))
|
||||||
|
|
||||||
;; We do this to ensure that this package retains references to
|
;; We do this to ensure that this package retains references to
|
||||||
|
|
Loading…
Reference in a new issue