1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/listmonk_ynh.git synced 2024-09-03 19:36:15 +02:00

multi-arch install

This commit is contained in:
navanchauhan 2022-08-01 15:32:02 -04:00
parent a5b30a00be
commit d08fabb63d

View file

@ -133,11 +133,13 @@ then
export GOCACHE="$final_path/build/.cache"
ynh_use_nodejs
make dist
mv listmonk ..
popd
ynh_remove_go
ynh_remove_nodejs
ynh_secure_remove --file="$final_path/build"
else
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH
chmod +x "$final_path/listmonk"
fi
chmod 750 "$final_path"