mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[fix] use global symlink for 'moulinette'. (#37)
* [fix] use global symlink for 'moulinette'. * Remove outdated message because of previous changes
This commit is contained in:
parent
9b4408505f
commit
4e11066e40
1 changed files with 1 additions and 9 deletions
10
ynh-dev
10
ynh-dev
|
@ -233,15 +233,7 @@ elif [ "$1" = "use-git" ]; then
|
|||
;;
|
||||
moulinette)
|
||||
create_sym_link "/vagrant/moulinette/locales" "/usr/share/moulinette/locales"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/authenticators" "/usr/lib/python2.7/dist-packages/moulinette/authenticators"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/interfaces" "/usr/lib/python2.7/dist-packages/moulinette/interfaces"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/utils" "/usr/lib/python2.7/dist-packages/moulinette/utils"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/__init__.py" "/usr/lib/python2.7/dist-packages/moulinette/__init__.py"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/core.py" "/usr/lib/python2.7/dist-packages/moulinette/core.py"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/actionsmap.py" "/usr/lib/python2.7/dist-packages/moulinette/actionsmap.py"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/cache.py" "/usr/lib/python2.7/dist-packages/moulinette/cache.py"
|
||||
create_sym_link "/vagrant/moulinette/moulinette/globals.py" "/usr/lib/python2.7/dist-packages/moulinette/globals.py"
|
||||
echo "↳ If you add files at the root of this directory /vagrant/moulinette/moulinette/ you should adapt ynh-dev"
|
||||
create_sym_link "/vagrant/moulinette/moulinette" "/usr/lib/python2.7/dist-packages/moulinette"
|
||||
echo ""
|
||||
;;
|
||||
yunohost)
|
||||
|
|
Loading…
Add table
Reference in a new issue