Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com>
---
 projectroot/etc/profile.d/systemd.sh | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/projectroot/etc/profile.d/systemd.sh 
b/projectroot/etc/profile.d/systemd.sh
index f51d8b9..c4aa9b3 100644
--- a/projectroot/etc/profile.d/systemd.sh
+++ b/projectroot/etc/profile.d/systemd.sh
@@ -1,2 +1,9 @@
+#!/bin/sh
+
+if [ -r /etc/locale.conf ]; then
+  . /etc/locale.conf
+  export LANG
+fi
+
 # set 'r', otherwise less breaks UTF-8 chars without UTF-8 locale
 export SYSTEMD_LESS="FrSXMK"
-- 
2.7.1


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to