mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Also need to properly symlink the helpers.vXY.d dirs
This commit is contained in:
parent
53c6b0dd84
commit
ce294e69ab
1 changed files with 3 additions and 1 deletions
4
ynh-dev
4
ynh-dev
|
@ -330,7 +330,9 @@ function use_git()
|
|||
done
|
||||
create_sym_link "/ynh-dev/yunohost/hooks" "/usr/share/yunohost/hooks"
|
||||
create_sym_link "/ynh-dev/yunohost/helpers/helpers" "/usr/share/yunohost/helpers"
|
||||
create_sym_link "/ynh-dev/yunohost/helpers" "/usr/share/yunohost/helpers.d"
|
||||
for HELPER_DIR in $(ls -d /ynh-dev/yunohost/helpers/helpers*.d); do
|
||||
create_sym_link "$HELPER_DIR" "/usr/share/yunohost/$(basename $HELPER_DIR)"
|
||||
done
|
||||
create_sym_link "/ynh-dev/yunohost/conf" "/usr/share/yunohost/conf"
|
||||
create_sym_link "/ynh-dev/yunohost/locales" "/usr/share/yunohost/locales"
|
||||
create_sym_link "/ynh-dev/yunohost/src" "/usr/lib/python3/dist-packages/yunohost"
|
||||
|
|
Loading…
Add table
Reference in a new issue