Skip to content
Snippets Groups Projects
Commit 4654439b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

system: Rename activation script.

* gnu/system.scm (operating-system-activation-script): Change file name
  to "activate".
parent 56ef7fcc
No related branches found
No related tags found
No related merge requests found
......@@ -395,7 +395,7 @@ (define groups
(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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment