From 6d0ed517ac570b67e8b1ee1944931dc0287d3d39 Mon Sep 17 00:00:00 2001 From: mcrane Date: Fri, 7 Aug 2009 21:46:26 -0600 Subject: FreeSWITCH dev package fix syntax error and change the name of the stage 2 of the install. --- config/freeswitch_dev/v_config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/freeswitch_dev') diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc index 76a7a996..7af037d4 100644 --- a/config/freeswitch_dev/v_config.inc +++ b/config/freeswitch_dev/v_config.inc @@ -3070,7 +3070,7 @@ function pkg_add($pkg_download_path, $pkg_name) } -function v_get_files { +function $v_php_install_stage_2() { global $config; global $tmp_dir; @@ -3433,7 +3433,7 @@ function v_php_install_command() //exec("fetch ".$download_path."mod_fax.so"); //download and install additional files - $v_get_files(); + $v_php_install_stage_2(); -- cgit v1.2.3