mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 09:17:34 +00:00
Adjust code style of recent changes
This commit is contained in:
parent
505cd2947a
commit
0330b6fa6d
6
debian/bootstrap.sh
vendored
6
debian/bootstrap.sh
vendored
@ -9,7 +9,7 @@ fs_description="FreeSWITCH is a scalable open source cross-platform telephony pl
|
|||||||
mod_build_depends="." mod_depends="." mod_recommends="." mod_suggests="."
|
mod_build_depends="." mod_depends="." mod_recommends="." mod_suggests="."
|
||||||
supported_debian_distros="squeeze wheezy jessie sid"
|
supported_debian_distros="squeeze wheezy jessie sid"
|
||||||
supported_ubuntu_distros="trusty utopic"
|
supported_ubuntu_distros="trusty utopic"
|
||||||
supported_distros=" $supported_debian_distros $supported_ubuntu_distros "
|
supported_distros="$supported_debian_distros $supported_ubuntu_distros"
|
||||||
avoid_mods=(
|
avoid_mods=(
|
||||||
applications/mod_limit
|
applications/mod_limit
|
||||||
applications/mod_mongo
|
applications/mod_mongo
|
||||||
@ -285,9 +285,7 @@ list_freeswitch_all_dbg_replaces () {
|
|||||||
print_source_control () {
|
print_source_control () {
|
||||||
local libtool_dep="libtool, libtool-bin"
|
local libtool_dep="libtool, libtool-bin"
|
||||||
case "$codename" in
|
case "$codename" in
|
||||||
squeeze|wheezy|trusty)
|
squeeze|wheezy|trusty) libtool_dep="libtool" ;;
|
||||||
libtool_dep="libtool"
|
|
||||||
;;
|
|
||||||
esac
|
esac
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Source: freeswitch
|
Source: freeswitch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user