summaryrefslogtreecommitdiffstats
path: root/remote/modules
diff options
context:
space:
mode:
authorChristian Rößler2013-08-01 18:20:13 +0200
committerChristian Rößler2013-08-01 18:20:13 +0200
commit9fc83915a69eb2d87a8075e3b5872341da83df74 (patch)
tree21d81504e5fa76d037f41895b431c88659877a60 /remote/modules
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-9fc83915a69eb2d87a8075e3b5872341da83df74.tar.gz
tm-scripts-9fc83915a69eb2d87a8075e3b5872341da83df74.tar.xz
tm-scripts-9fc83915a69eb2d87a8075e3b5872341da83df74.zip
[german] Commented a caveat for non-Ubuntu/Debian distributions (locale-gen)
Diffstat (limited to 'remote/modules')
-rw-r--r--remote/modules/german/german.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/german/german.build b/remote/modules/german/german.build
index f7f19a84..6327815f 100644
--- a/remote/modules/german/german.build
+++ b/remote/modules/german/german.build
@@ -4,6 +4,7 @@ fetch_source() {
build() {
# Make sure uncompressed locales are present, so we can fetch german utf8
+ # Cave: locale-gen is debian/ubunto-specific, so other distris _must_ have /usr/lib/locale/de_DE.utf8!
if [ ! -d "/usr/lib/locale/de_DE.utf8" ]; then
pinfo "Generating locales..."
locale-gen --purge --no-archive || perror "Could not run locale-gen"