system: Rename activation script.

* gnu/system.scm (operating-system-activation-script): Change file name
  to "activate".
master
Ludovic Courtès 2014-06-04 16:08:26 +02:00
parent 56ef7fcc50
commit 4654439be7
1 changed files with 1 additions and 1 deletions

View File

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