Fix Prosody source

This commit is contained in:
Norbi Peti 2024-05-22 20:53:40 +02:00
parent 10927eb0f3
commit 28b4676bbf

View file

@ -27,7 +27,11 @@ ynh_script_progression --message="Setting up source files..."
builddir="$(mktemp -d)"
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$builddir"
ynh_setup_source --dest_dir="$builddir" --source_id=prosody
snikketdir="$(mktemp -d)"
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$snikketdir"
#=================================================
# SPECIFIC SETUP