aboutsummaryrefslogtreecommitdiff
path: root/src/property/locale.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-05 10:27:42 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-05 10:27:42 -0700
commit42e8350d3966b04bf5b73cd898f746df3f3f1395 (patch)
tree900cac29c8deb20708867a19701ad662c3eee74f /src/property/locale.lisp
parent8a4ed49fb7625793096842ce2ebe72b64da80f9b (diff)
downloadconsfigurator-42e8350d3966b04bf5b73cd898f746df3f3f1395.tar.gz
LOCALE:AVAILABLE: add a description
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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")))