From 287da37b91ae88bff33401b82c9d2e9dce568ce5 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Jun 2023 13:31:24 -0600 Subject: [PATCH] Update source-release.sh --- debian/resources/switch/source-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-release.sh b/debian/resources/switch/source-release.sh index baa4a18..ac769d9 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -69,7 +69,7 @@ if [ $(echo "$switch_version" | tr -d '.') -gt 1100 ]; then cd /usr/src git clone https://github.com/freeswitch/spandsp.git spandsp cd spandsp - /usr/sbin/sed -i 's/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/g' /usr/src/spandsp/configure.ac + /usr/bin/sed -i 's/AC_PREREQ(\[2\.71\])/AC_PREREQ([2.69])/g' /usr/src/spandsp/configure.ac sh autogen.sh ./configure make