From 88748ea506f2ac0766b7e04b7bf8b1088ffce892 Mon Sep 17 00:00:00 2001 From: Nick Bhanji Date: Fri, 22 Nov 2024 15:34:51 -0500 Subject: [PATCH] Update source-release.sh When not using git, it breaks --- ubuntu/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/resources/switch/source-release.sh b/ubuntu/resources/switch/source-release.sh index 9619d64..680b8c2 100755 --- a/ubuntu/resources/switch/source-release.sh +++ b/ubuntu/resources/switch/source-release.sh @@ -74,7 +74,7 @@ mv freeswitch-$switch_version.-release freeswitch-$switch_version cd /usr/src/freeswitch-$switch_version # bootstrap is needed if using git -./bootstrap.sh -j +#./bootstrap.sh -j #1.10.0 and newer if [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then