1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Fix path to src file

This commit is contained in:
Josué Tille 2017-11-01 10:36:16 +01:00
parent aca24e321b
commit 2eaf418a5f

View file

@ -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