提交 d36af284 authored 作者: Anthony Minessale's avatar Anthony Minessale

tweak

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12045 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 118f1364
......@@ -31,11 +31,8 @@ if [ -z $arg ] ; then
done
if [ $x = 0 ] ; then
echo Build finished. Making install
$MAKE install_core 2>&1 > /dev/null
mods=`find src/mod -name \*.so | grep .libs`
/bin/cp -fp $mods $prefix/mod
mods=`find $prefix/mod -name \*.so`
echo installed core and $mods
$MAKE -j install 2>&1 > /dev/null
echo done
exit;
fi
sleep 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论