mirror of
https://github.com/YunoHost-Apps/huginn_ynh.git
synced 2024-09-03 19:26:13 +02:00
fix rbenv call
This commit is contained in:
parent
6a1b91d55b
commit
9a1e3ce434
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ ynh_install_ruby () {
|
|||
final_ruby_version=$ruby_version
|
||||
fi
|
||||
ynh_print_info --message="Installing Ruby-$final_ruby_version"
|
||||
CONFIGURE_OPTS="--disable-install-doc --with-jemalloc" MAKE_OPTS="-j2" rbenv install --debug --skip-existing $final_ruby_version
|
||||
CONFIGURE_OPTS="--disable-install-doc --with-jemalloc" MAKE_OPTS="-j2" rbenv install --skip-existing $final_ruby_version
|
||||
# > /dev/null 2>&1
|
||||
|
||||
# Store ruby_version into the config of this app
|
||||
|
|
Loading…
Add table
Reference in a new issue