diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-23 18:10:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-23 20:27:48 +0100 |
commit | 56478abbd0a46ac086e19a2aecc2985fd96798ed (patch) | |
tree | 844ed9a5c501341173c5e3535ec70cc0d2ddb58a /gnu/packages/axoloti.scm | |
parent | 14697c93c84db1046d57179ef68651ff28b7fa36 (diff) | |
download | guix-56478abbd0a46ac086e19a2aecc2985fd96798ed.tar.gz |
gnu: axoloti-patcher-next: Fix file names.
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add missing slash.
Diffstat (limited to 'gnu/packages/axoloti.scm')
-rw-r--r-- | gnu/packages/axoloti.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm index 40c27330ca..622c4f94cb 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 |