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:
parent
aca24e321b
commit
2eaf418a5f
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ setup_dir() {
|
||||||
install_source() {
|
install_source() {
|
||||||
if [ -n "$(uname -m | grep arm)" ]
|
if [ -n "$(uname -m | grep arm)" ]
|
||||||
then
|
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"
|
ynh_setup_source $final_path/ "armv7"
|
||||||
else
|
else
|
||||||
# Install virtualenv if it don't exist
|
# Install virtualenv if it don't exist
|
||||||
|
|
Loading…
Reference in a new issue