summaryrefslogtreecommitdiff
path: root/src/core/procedures/base
diff options
context:
space:
mode:
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
}