mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] locales moulinette go into locale folder
This commit is contained in:
parent
29a46a9f55
commit
ebc5ca6d1c
1 changed files with 1 additions and 1 deletions
2
ynh-dev
2
ynh-dev
|
@ -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 ""
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue