diff options
author | mcrane <mctch@yahoo.com> | 2009-08-07 21:46:26 -0600 |
---|---|---|
committer | mcrane <mctch@yahoo.com> | 2009-08-07 21:46:26 -0600 |
commit | 6d0ed517ac570b67e8b1ee1944931dc0287d3d39 (patch) | |
tree | bd119167a6bd50ee0bd3109c05dfd6bad4988340 /config/freeswitch_dev | |
parent | 4295f1d0e7434213ef08aecd7abab0c8f7b1a863 (diff) | |
download | pfsense-packages-6d0ed517ac570b67e8b1ee1944931dc0287d3d39.tar.gz pfsense-packages-6d0ed517ac570b67e8b1ee1944931dc0287d3d39.tar.bz2 pfsense-packages-6d0ed517ac570b67e8b1ee1944931dc0287d3d39.zip |
FreeSWITCH dev package fix syntax error and change the name of the stage 2 of the install.
Diffstat (limited to 'config/freeswitch_dev')
-rw-r--r-- | config/freeswitch_dev/v_config.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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(); |