Skip to content

Commit

Permalink
[mod] prosody: modify symlinks for modules:
Browse files Browse the repository at this point in the history
  • Loading branch information
M5oul committed Mar 19, 2017
1 parent e1f084f commit b37b3b1
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions ynh-dev
Expand Up @@ -225,12 +225,11 @@ elif [ "$1" = "use-git" ]; then
# debian
create_sym_link "/vagrant/yunohost/debian/conf/pam/mkhomedir" "/usr/share/pam-configs/mkhomedir"

# lib
create_sym_link "/vagrant/yunohost/lib/metronome/modules/ldap.lib.lua" "/usr/lib/metronome/modules/ldap.lib.lua"
create_sym_link "/vagrant/yunohost/lib/metronome/modules/mod_auth_ldap2.lua" "/usr/lib/metronome/modules/mod_auth_ldap2.lua"
create_sym_link "/vagrant/yunohost/lib/metronome/modules/mod_legacyauth.lua" "/usr/lib/metronome/modules/mod_legacyauth.lua"
create_sym_link "/vagrant/yunohost/lib/metronome/modules/mod_storage_ldap.lua" "/usr/lib/metronome/modules/mod_storage_ldap.lua"
create_sym_link "/vagrant/yunohost/lib/metronome/modules/vcard.lib.lua" "/usr/lib/metronome/modules/vcard.lib.lua"
# Prosody lib modules
create_sym_link "/vagrant/yunohost/lib/prosody/modules/ldap.lib.lua" "/usr/lib/prosody/modules/ldap.lib.lua"
create_sym_link "/vagrant/yunohost/lib/prosody/modules/mod_auth_ldap2.lua" "/usr/lib/prosody/modules/mod_auth_ldap2.lua"
create_sym_link "/vagrant/yunohost/lib/prosody/modules/mod_storage_ldap.lua" "/usr/lib/prosody/modules/mod_storage_ldap.lua"
create_sym_link "/vagrant/yunohost/lib/prosody/modules/vcard.lib.lua" "/usr/lib/prosody/modules/vcard.lib.lua"

# src
create_sym_link "/vagrant/yunohost/src/yunohost" "/usr/lib/moulinette/yunohost"
Expand Down

0 comments on commit b37b3b1

Please sign in to comment.