~ruther/guix-local

4654439be74353825fccf483b3a7827197179be6 — Ludovic Courtès 11 years ago 56ef7fc
system: Rename activation script.

* gnu/system.scm (operating-system-activation-script): Change file name
  to "activate".
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system.scm
M gnu/system.scm => gnu/system.scm +1 -1
@@ 395,7 395,7 @@ etc."
    (define group-specs
      (map user-group->gexp groups))

    (gexp->file "boot"
    (gexp->file "activate"
                #~(begin
                    (eval-when (expand load eval)
                      ;; Make sure 'use-modules' below succeeds.