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:
Ludovic Courtès 2016-06-21 12:13:30 +02:00
parent cec2653bb4
commit bae90dc7e7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"