forked from norman/fusionpbx-install.sh-github-mirror
Relative path didn't use full path for the moment.
This commit is contained in:
2
debian/resources/switch/source-release.sh
vendored
2
debian/resources/switch/source-release.sh
vendored
@@ -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:'
|
||||
|
||||
Reference in New Issue
Block a user