diff options
Diffstat (limited to 'distro.scm')
-rw-r--r-- | distro.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro.scm b/distro.scm index b21b0e6184..79e09a3cc6 100644 --- a/distro.scm +++ b/distro.scm @@ -48,7 +48,7 @@ (define %distro-module-directory ;; Absolute path of the (distro ...) module root. (string-append (dirname (search-path %load-path "distro.scm")) - "/distro")) + "/distro/packages")) (define (package-files) "Return the list of files that implement distro modules." |