1
0
Fork 0
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:
tituspijean 2021-07-14 16:14:30 +02:00
parent 68ec111816
commit 1befebadf2
2 changed files with 4 additions and 4 deletions

View file

@ -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
#================================================= #=================================================

View file

@ -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
#================================================= #=================================================