diff --git a/scripts/install b/scripts/install index 6db333d..409a9c3 100755 --- a/scripts/install +++ b/scripts/install @@ -138,9 +138,9 @@ else fi pushd $final_path - cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE + ynh_exec_warn_less cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE - make -j$(nproc) + ynh_exec_warn_less make -j$(nproc) popd #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index c9a8cb3..7f3e463 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -159,9 +159,9 @@ else fi pushd $final_path - cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE + ynh_exec_warn_less cmake . -DRUN_IN_PLACE=TRUE -DENABLE_LUAJIT=TRUE -DBUILD_CLIENT=FALSE -DBUILD_SERVER=TRUE - make -j$(nproc) + ynh_exec_warn_less make -j$(nproc) popd #=================================================