gnu: axoloti-patcher-next: Fix file names.

* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add missing
slash.
This commit is contained in:
Ricardo Wurmus 2021-12-23 18:10:42 +01:00
parent 14697c93c8
commit 56478abbd0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -531,12 +531,12 @@ patcher application.")))
"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