aboutsummaryrefslogtreecommitdiff
path: root/src/property/locale.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/property/locale.lisp')
-rw-r--r--src/property/locale.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/locale.lisp b/src/property/locale.lisp
index 950deef..08d8b0f 100644
--- a/src/property/locale.lisp
+++ b/src/property/locale.lisp
@@ -45,6 +45,7 @@ entry for the locale and an accompanying charset must be present in
Per Debian bug #684134 we cannot ensure a locale is generated by means of
APT:RECONFIGURE. So this property edits /etc/locale.gen manually."
+ (:desc #?"${locale} locale available")
(apt:installed "locales")
(on-change (%available locale)
(cmd:single "locale-gen")))