[fix] locales moulinette go into locale folder

This commit is contained in:
ljf (zamentur) 2018-06-11 12:23:50 +02:00 committed by GitHub
parent 29a46a9f55
commit ebc5ca6d1c
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 "" echo ""
;; ;;
moulinette) 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" create_sym_link "/vagrant/moulinette/moulinette" "/usr/lib/python2.7/dist-packages/moulinette"
echo "" echo ""
;; ;;