We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ac13c commit 0203a52Copy full SHA for 0203a52
ynh-dev
@@ -311,10 +311,6 @@ function use_git()
311
while IFS= read -r -d '' FILE; do
312
create_sym_link "$FILE" "/usr/bin/${FILE##*/}"
313
done < <(find /ynh-dev/yunohost/bin/ -mindepth 1 -maxdepth 1 -print0)
314
- mkdir -p "/usr/lib/metronome/modules"
315
- while IFS= read -r -d '' FILE; do
316
- create_sym_link "$FILE" "/usr/lib/metronome/modules/${FILE##*/}"
317
- done < <(find /ynh-dev/yunohost/conf/metronome/modules/ -mindepth 1 -maxdepth 1 -print0)
318
319
create_sym_link "$FILE" "/usr/share/yunohost/${FILE##*/}"
320
done < <(find /ynh-dev/yunohost/share/ -mindepth 1 -maxdepth 1 -print0)
0 commit comments