Skip to content
Snippets Groups Projects
Unverified Commit bae90dc7 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

install: Pass a relative file name to 'local-file'.

This is a followup to cbbbb7be.

* gnu/system/install.scm (/etc/configuration-files): Pass a relative
file name to 'local-file'.
parent cec2653b
No related branches found
No related tags found
No related merge requests found
......@@ -208,8 +208,7 @@ (define (/etc/configuration-files _)
"Return a list of tuples representing configuration templates to add to
/etc."
(define (file f)
(local-file (search-path %load-path
(string-append "gnu/system/examples/" f))))
(local-file (string-append "examples/" f)))
(define directory
(computed-file "configuration-templates"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment