From 1f455fdca60c90710322d99ac529a31d71764a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Wed, 26 Sep 2012 21:58:48 +0200 Subject: distro: Rename (distro ...) to (distro packages ...). * distro/base.scm, distro/ld-wrapper.scm: Move to `distro/packages'. Adjust LD-WRAPPER-BOOT3 input file name accordingly. * Makefile.am (MODULES): Adjust accordingly. * distro.scm (%distro-module-directory): Change to "/distro/packages". * guix/build-system/gnu.scm (standard-inputs): Change module name to (distro packages base). * tests/packages.scm (test-packages): Likewise. --- distro.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distro.scm') 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." -- cgit v1.2.3