From f277a27f57e29a398f841d5b20e882a3aa67b900 Mon Sep 17 00:00:00 2001
From: Karim Harouat <karim.harouat@b-com.com>
Date: Fri, 30 Dec 2022 08:54:53 +0100
Subject: [PATCH] fix buildhelper Saopy folder name, case not respected,
 reinstall was broken

---
 cmake_targets/tools/build_helper | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper
index facbb5ea0cf..744a46f76bf 100755
--- a/cmake_targets/tools/build_helper
+++ b/cmake_targets/tools/build_helper
@@ -461,7 +461,7 @@ install_soapy_from_source(){
     (
     cd /tmp
     echo "Downloading SoapySDR"
-    rm -rf /tmp/soapysdr
+    rm -rf /tmp/SoapySDR
     git clone -b soapy-sdr-0.7.0 --single-branch https://github.com/pothosware/SoapySDR.git
     cd SoapySDR
     #git checkout tags/release_003_010_001_001
@@ -474,7 +474,7 @@ install_soapy_from_source(){
     $SUDO ldconfig
     cd /tmp
     echo "Downloading SoapyRemote"
-    rm -rf /tmp/soapyremote
+    rm -rf /tmp/SoapyRemote
     git clone -b soapy-remote-0.5.0 --single-branch https://github.com/pothosware/SoapyRemote.git
     cd SoapyRemote
     #git checkout tags/release_003_010_001_001
-- 
GitLab