From 0fc490e1453edcac090b968c0ddaa46bb7dda73a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 27 Jan 2021 22:16:35 +0100 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 708f3cc..f45c433 100644 --- a/scripts/install +++ b/scripts/install @@ -68,7 +68,8 @@ ynh_script_progression --message="Installing OpenTracker..." --weight=5 ynh_app_setting_set --app=$app --key=final_path --value=$final_path git clone git://erdgeist.org/opentracker "$final_path" --quiet - +cp ../conf/Makefile $final_path/Makefile +cp ../conf/opentracker.conf.sample $final_path/opentracker.conf pushd $final_path ynh_exec_warn_less make popd