installer: Reorder local.mk.

* gnu/local.mk (GNU_SYSTEM_MODULES): Reorder list.
This commit is contained in:
Mathieu Othacehe 2018-12-05 15:01:12 +09:00 committed by Ludovic Courtès
parent 32f7b2fe82
commit 1ad1b6e2f2
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,6 @@ if ENABLE_INSTALLER
GNU_SYSTEM_MODULES += \
%D%/installer.scm \
%D%/installer/record.scm \
%D%/installer/connman.scm \
%D%/installer/final.scm \
%D%/installer/hostname.scm \
@ -575,6 +574,7 @@ GNU_SYSTEM_MODULES += \
%D%/installer/locale.scm \
%D%/installer/newt.scm \
%D%/installer/parted.scm \
%D%/installer/record.scm \
%D%/installer/services.scm \
%D%/installer/steps.scm \
%D%/installer/timezone.scm \