From ce2005c7faf6378ccc782b68039fe35118ca6500 Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Tue, 25 Aug 2020 00:35:23 +0200 Subject: [PATCH] fix mabox-langfiles --- bin/mabox-langfiles | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mabox-langfiles b/bin/mabox-langfiles index c2b5a8c..a7fe87f 100755 --- a/bin/mabox-langfiles +++ b/bin/mabox-langfiles @@ -5,10 +5,10 @@ FILE="$HOME/.config/mabox/.lang" if [ ! -f "$FILE" ]; then case $LANG in pl*) - rsync -a /usr/share/mabox/lang/pl/ $HOME/.config/ + rsync -a /usr/share/mabox/lang/pl/ $HOME/ ;; es*) - rsync -a /usr/share/mabox/lang/es/ $HOME/.config/ + rsync -a /usr/share/mabox/lang/es/ $HOME/ ;; *) exit 0