Fix Prosody source
This commit is contained in:
parent
10927eb0f3
commit
28b4676bbf
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue