mirror of
https://github.com/YunoHost-Apps/guacamole_ynh.git
synced 2024-09-03 19:16:03 +02:00
Silence make warnings
This commit is contained in:
parent
68ec111816
commit
1befebadf2
2 changed files with 4 additions and 4 deletions
|
@ -184,8 +184,8 @@ ynh_script_progression --message="Compiling guacd..." --weight=30
|
||||||
|
|
||||||
pushd "$final_path/.guacd-src" || ynh_die
|
pushd "$final_path/.guacd-src" || ynh_die
|
||||||
./configure --enable-allow-freerdp-snapshots --prefix="$final_path" --datadir="$final_path" --with-freerdp-plugin-dir="$final_path/lib/x86_64-linux-gnu/freerdp2"
|
./configure --enable-allow-freerdp-snapshots --prefix="$final_path" --datadir="$final_path" --with-freerdp-plugin-dir="$final_path/lib/x86_64-linux-gnu/freerdp2"
|
||||||
make
|
ynh_exec_warn_less make
|
||||||
make install
|
ynh_exec_warn_less make install
|
||||||
popd || ynh_die
|
popd || ynh_die
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
|
@ -158,8 +158,8 @@ ynh_script_progression --message="Compiling guacd..." --weight=30
|
||||||
|
|
||||||
pushd "$final_path/.guacd-src" || ynh_die
|
pushd "$final_path/.guacd-src" || ynh_die
|
||||||
./configure --enable-allow-freerdp-snapshots --prefix="$final_path" --datadir="$final_path" --with-freerdp-plugin-dir="$final_path/lib/x86_64-linux-gnu/freerdp2"
|
./configure --enable-allow-freerdp-snapshots --prefix="$final_path" --datadir="$final_path" --with-freerdp-plugin-dir="$final_path/lib/x86_64-linux-gnu/freerdp2"
|
||||||
make
|
ynh_exec_warn_less make
|
||||||
make install
|
ynh_exec_warn_less make install
|
||||||
popd || ynh_die
|
popd || ynh_die
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue