Skip to content

Commit

Permalink
Also need to properly symlink the helpers.vXY.d dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexAubin committed Jun 5, 2024
1 parent 53c6b0d commit ce294e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ynh-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ce294e6

Please sign in to comment.