mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -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")))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue