summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-03 21:33:10 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-03 21:33:10 +0100
commit83eef977a27c2216ea8c9a42ab17e8f18677a4c7 (patch)
treed2143c07e836c889f0bd59232749f11f4c950835 /src/core/procedures/base
parent148d75ff647feae64c563dfb73f4d650a9b14c4b (diff)
fixes for configure_system and locales
Diffstat (limited to 'src/core/procedures/base')
-rw-r--r--src/core/procedures/base4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index 4f324e9..ba4f6c2 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -142,15 +142,13 @@ worker_configure_system ()
worker_mkinitcpio ()
{
- #TODO:check that this is the right command when projects.archlinux.org is back up
run_mkinitcpio
}
worker_locales ()
{
- #TODO:what to do here? didn't we already do them?
- true
+ target_locale_gen
}