diff options
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/install.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/system/install.scm b/gnu/system/install.scm index a72613e9c5c..de14f6fb4c7 100644 --- a/gnu/system/install.scm +++ b/gnu/system/install.scm | |||
| @@ -208,8 +208,7 @@ the user's target storage device rather than on the RAM disk." | |||
| 208 | "Return a list of tuples representing configuration templates to add to | 208 | "Return a list of tuples representing configuration templates to add to |
| 209 | /etc." | 209 | /etc." |
| 210 | (define (file f) | 210 | (define (file f) |
| 211 | (local-file (search-path %load-path | 211 | (local-file (string-append "examples/" f))) |
| 212 | (string-append "gnu/system/examples/" f)))) | ||
| 213 | 212 | ||
| 214 | (define directory | 213 | (define directory |
| 215 | (computed-file "configuration-templates" | 214 | (computed-file "configuration-templates" |
