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:
parent
a5b30a00be
commit
d08fabb63d
1 changed files with 3 additions and 1 deletions
|
@ -133,11 +133,13 @@ then
|
||||||
export GOCACHE="$final_path/build/.cache"
|
export GOCACHE="$final_path/build/.cache"
|
||||||
ynh_use_nodejs
|
ynh_use_nodejs
|
||||||
make dist
|
make dist
|
||||||
|
mv listmonk ..
|
||||||
popd
|
popd
|
||||||
ynh_remove_go
|
ynh_remove_go
|
||||||
|
ynh_remove_nodejs
|
||||||
|
ynh_secure_remove --file="$final_path/build"
|
||||||
else
|
else
|
||||||
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH
|
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH
|
||||||
chmod +x "$final_path/listmonk"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue