From 2eaf418a5fd8b130d63b5396592cf92d5b43baaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 1 Nov 2017 10:36:16 +0100 Subject: [PATCH] Fix path to src file --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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