From 3912eb5cc90a8e7a0eabc6eb34dfa5025574cfedf53b8ce8b42842690a58edc8 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Fri, 15 Dec 2017 19:52:50 +0000 Subject: [PATCH] - Fix typo in the /etc/localtime symlink OBS-URL: https://build.opensuse.org/package/show/system:install:head/live-langset-data?expand=0&rev=7 --- langset.sh | 2 +- live-langset-data.changes | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/langset.sh b/langset.sh index 16680be..14e86d4 100644 --- a/langset.sh +++ b/langset.sh @@ -31,7 +31,7 @@ fi [ -z "$KEYTABLE" ] || localectl set-keymap $KEYTABLE -[ -n "$TIMEZONE" ] && [ -f "/usr/share/zoneinfo/$TIMEZONE" ] && rm -f /etc/localtime && ln -s /usr/share/zonezinfo/$TIMEZONE /etc/localtime +[ -n "$TIMEZONE" ] && [ -f "/usr/share/zoneinfo/$TIMEZONE" ] && rm -f /etc/localtime && ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime if [ -n "$XkbLayout" ] && [ -n "$XkbModel" ] && [ -n "$XkbVariant" ] && [ -n "$XkbOptions" ]; then localectl set-x11-keymap "$XkbLayout" "$XkbModel" "$XkbVariant" "$XkbOptions" diff --git a/live-langset-data.changes b/live-langset-data.changes index efe588d..d429172 100644 --- a/live-langset-data.changes +++ b/live-langset-data.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 15 19:52:28 UTC 2017 - fvogt@suse.com + +- Fix typo in the /etc/localtime symlink + ------------------------------------------------------------------- Tue Dec 12 09:29:39 UTC 2017 - fvogt@suse.com