From 609ff26caaa4195394d6e27c438ef33cc4536b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Sun, 26 Jan 2020 15:50:06 +0100 Subject: [PATCH] Remove old venv files --- scripts/_common.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 48d9cfa..6771807 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -28,6 +28,11 @@ setup_dir() { install_source() { if [ -n "$(uname -m | grep arm)" ] then + # Clean old file, sometime it could make some big issues if we don't do this !! + ynh_secure_remove --file=$final_path/bin + ynh_secure_remove --file=$final_path/lib + ynh_secure_remove --file=$final_path/include + ynh_secure_remove --file=$final_path/share ynh_setup_source --dest_dir $final_path/ --source_id "armv7_stretch" else # Install virtualenv if it don't exist