From 913897b48b8fde3934c5329b7a535d65316d8ff7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 18 Mar 2022 12:33:47 -0600 Subject: [PATCH] Relative path didn't use full path for the moment. --- 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 6f35151..2ea04bc 100755 --- a/debian/resources/switch/source-release.sh +++ b/debian/resources/switch/source-release.sh @@ -97,7 +97,7 @@ cd /usr/src/freeswitch #./bootstrap.sh -j #apply patch -patch -u /usr/src/freeswitch/src/mod/databases/mod_pgsql/mod_pgsql.c -i "$(dirname $0)/source/mod_pgsql.patch" +patch -u /usr/src/freeswitch/src/mod/databases/mod_pgsql/mod_pgsql.c -i /usr/src/fusionpbx-install.sh/debian/resources/switch/source/mod_pgsql.patch # enable required modules #sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_avmd:applications/mod_avmd:'