diff --git a/scripts/_common.sh b/scripts/_common.sh index 8d05e0e..8e8e36b 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -53,8 +53,11 @@ myynh_compile_libffi () { # Install cd libffi-3.3 ./configure - make install + ynh_exec_warn_less make install ldconfig + + #Exit + cd .. } # Install specific python version