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:
parent
0c95cf9cd1
commit
0e6bc363d8
2 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,7 @@ ynh_psql_connect_as --user=$db_user --password=$db_pwd --database=$db_name < ./d
|
||||||
ynh_script_progression --message="Installing xxHash..."
|
ynh_script_progression --message="Installing xxHash..."
|
||||||
|
|
||||||
tempdir="$(mktemp -d)"
|
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
|
pushd $tempdir
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
|
@ -67,7 +67,7 @@ ynh_add_nginx_config
|
||||||
ynh_script_progression --message="Installing xxHash..."
|
ynh_script_progression --message="Installing xxHash..."
|
||||||
|
|
||||||
tempdir="$(mktemp -d)"
|
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
|
pushd $tempdir
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue