gnu: make-opensbi-package: Adjust installed files.
* gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Adjust custom 'install phase to install more files. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>master
parent
c189dcd667
commit
a2e580f498
|
@ -256,7 +256,7 @@ broadband modem as found, for example, on PinePhone.")
|
||||||
(replace 'install
|
(replace 'install
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out"))
|
(let ((out (assoc-ref outputs "out"))
|
||||||
(bin (find-files "." ".*fw_.*.elf$")))
|
(bin (find-files "." "fw_.*\\.(elf|bin)$")))
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (file)
|
(lambda (file)
|
||||||
(install-file file out))
|
(install-file file out))
|
||||||
|
|
Reference in New Issue