forked from Mirrors/freeswitch
tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12045 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
118f136484
commit
d36af284d8
|
@ -31,11 +31,8 @@ if [ -z $arg ] ; then
|
||||||
done
|
done
|
||||||
if [ $x = 0 ] ; then
|
if [ $x = 0 ] ; then
|
||||||
echo Build finished. Making install
|
echo Build finished. Making install
|
||||||
$MAKE install_core 2>&1 > /dev/null
|
$MAKE -j install 2>&1 > /dev/null
|
||||||
mods=`find src/mod -name \*.so | grep .libs`
|
echo done
|
||||||
/bin/cp -fp $mods $prefix/mod
|
|
||||||
mods=`find $prefix/mod -name \*.so`
|
|
||||||
echo installed core and $mods
|
|
||||||
exit;
|
exit;
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
Loading…
Reference in New Issue