diff --git a/scripts/_common.sh b/scripts/_common.sh index ce8d474..d0e155d 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -32,7 +32,7 @@ setup_dir() { install_source() { if [ -n "$(uname -m | grep arm)" ] then - ynh_replace_string __APP_VERSION__ $APP_VERSION "$YNH_CWD/../conf/${src_id}.src" + ynh_replace_string __APP_VERSION__ $APP_VERSION "$YNH_CWD/../conf/armv7.src" ynh_setup_source $final_path/ "armv7" else # Install virtualenv if it don't exist