Merge pull request #41 from YunoHost/fix-locale-moulinette

[fix] locales moulinette go into locale folder
This commit is contained in:
Bram 2018-06-17 03:27:39 +02:00 committed by GitHub
commit f751ea305d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -232,7 +232,7 @@ elif [ "$1" = "use-git" ]; then
echo ""
;;
moulinette)
create_sym_link "/vagrant/moulinette/locales" "/usr/share/moulinette/locales"
create_sym_link "/vagrant/moulinette/locales" "/usr/share/moulinette/locale"
create_sym_link "/vagrant/moulinette/moulinette" "/usr/lib/python2.7/dist-packages/moulinette"
echo ""
;;