mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
install: Pass a relative file name to 'local-file'.
This is a followup to cbbbb7be0f
.
* gnu/system/install.scm (/etc/configuration-files): Pass a relative
file name to 'local-file'.
This commit is contained in:
parent
cec2653bb4
commit
bae90dc7e7
1 changed files with 1 additions and 2 deletions
|
@ -208,8 +208,7 @@ (define (/etc/configuration-files _)
|
||||||
"Return a list of tuples representing configuration templates to add to
|
"Return a list of tuples representing configuration templates to add to
|
||||||
/etc."
|
/etc."
|
||||||
(define (file f)
|
(define (file f)
|
||||||
(local-file (search-path %load-path
|
(local-file (string-append "examples/" f)))
|
||||||
(string-append "gnu/system/examples/" f))))
|
|
||||||
|
|
||||||
(define directory
|
(define directory
|
||||||
(computed-file "configuration-templates"
|
(computed-file "configuration-templates"
|
||||||
|
|
Loading…
Reference in a new issue