提交 8ad70ce9 authored 作者: Anthony Minessale's avatar Anthony Minessale

try some more guesses for where prefix is

上级 8073c9d6
......@@ -16,6 +16,15 @@ fi
if [ -z "$prefix" -a -d "/opt/freeswitch" ] ; then
prefix="/opt/freeswitch"
fi
if [ -z "$prefix" ] ; then
prefix=$FS_PREFIX
fi
if [ -z "$prefix" -a -f "./bin/freeswitch" ] ; then
prefix=`pwd`
fi
if [ -z "$prefix" ] ; then
echo "Unable to locate freeswitch prefix directory."
exit 255
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论