diff options
| author | Christian Rößler | 2013-08-01 18:20:13 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-08-01 18:20:13 +0200 |
| commit | 9fc83915a69eb2d87a8075e3b5872341da83df74 (patch) | |
| tree | 21d81504e5fa76d037f41895b431c88659877a60 | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-9fc83915a69eb2d87a8075e3b5872341da83df74.tar.gz tm-scripts-9fc83915a69eb2d87a8075e3b5872341da83df74.tar.xz tm-scripts-9fc83915a69eb2d87a8075e3b5872341da83df74.zip | |
[german] Commented a caveat for non-Ubuntu/Debian distributions (locale-gen)
| -rw-r--r-- | remote/modules/german/german.build | 1 |
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" |
