1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/weblate_ynh.git synced 2024-10-01 13:35:04 +02:00

[autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1

This commit is contained in:
Yunohost-Bot 2024-03-11 16:09:03 +01:00 committed by Félix Piédallu
parent 0c95cf9cd1
commit 0e6bc363d8
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./d
ynh_script_progression --message="Installing xxHash..."
tempdir="$(mktemp -d)"
ynh_setup_source --dest_dir=$tempdir --source_id="libxxhash"
ynh_setup_source --dest_dir=$tempdir --source_id="libxxhash" --full_replace=1
pushd $tempdir
make
make install

View file

@ -67,7 +67,7 @@ ynh_add_nginx_config
ynh_script_progression --message="Installing xxHash..."
tempdir="$(mktemp -d)"
ynh_setup_source --dest_dir=$tempdir --source_id="libxxhash"
ynh_setup_source --dest_dir=$tempdir --source_id="libxxhash" --full_replace=1
pushd $tempdir
make
make install