summaryrefslogtreecommitdiffstats
path: root/remote/modules/german
diff options
context:
space:
mode:
authorJonathan Bauer2013-08-06 15:37:16 +0200
committerJonathan Bauer2013-08-06 15:37:16 +0200
commit10f36c2caada79078924a28956043a926d009c82 (patch)
tree01b7a700fc1b8acd62338363b2a6e5488b390098 /remote/modules/german
parent[clone_stage4] fix path to logging.inc (diff)
parent[systemd] .build: Experimental: Special cases for Scientific Linux: (diff)
downloadtm-scripts-10f36c2caada79078924a28956043a926d009c82.tar.gz
tm-scripts-10f36c2caada79078924a28956043a926d009c82.tar.xz
tm-scripts-10f36c2caada79078924a28956043a926d009c82.zip
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/german')
-rw-r--r--remote/modules/german/german.build1
-rw-r--r--remote/modules/german/german.conf.scientific8
2 files changed, 9 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"
diff --git a/remote/modules/german/german.conf.scientific b/remote/modules/german/german.conf.scientific
new file mode 100644
index 00000000..88ac0d27
--- /dev/null
+++ b/remote/modules/german/german.conf.scientific
@@ -0,0 +1,8 @@
+REQUIRED_INSTALLED_PACKAGES="
+ libX11-data
+ glibc-common
+"
+REQUIRED_CONTENT_PACKAGES="
+ libX11-data"
+REQUIRED_BINARIES=""
+REQUIRED_FILES=""