fix plugins_translate script

This commit is contained in:
Yann Leboulanger 2017-09-11 12:18:00 +02:00
parent 64cfc5ea6e
commit eca11d2498
1 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ make_mo()
install_mo() install_mo()
{ {
if [ -L community_plugins ]; then if [ -L community_plugins ]; then
cp $1.mo community_plugins/plugins_translate/ cp $1.mo community_plugins/plugins_translations/
fi fi
mkdir -p ~/.local/share/gajim/plugins/locale/$1/LC_MESSAGES/ mkdir -p ~/.local/share/gajim/plugins/locale/$1/LC_MESSAGES/
cp $1.mo ~/.local/share/gajim/plugins/locale/$1/LC_MESSAGES/gajim_plugins.mo cp $1.mo ~/.local/share/gajim/plugins/locale/$1/LC_MESSAGES/gajim_plugins.mo
@ -77,7 +77,7 @@ case "$1" in
make_mo $2 make_mo $2
;; ;;
install_mo) install_mo)
install_mo install_mo $2
;; ;;
all) all)
check_args $@ check_args $@