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