mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
Ignore src/mod/legacy in debian builds
FS-6110 --resolve
This commit is contained in:
parent
1b382ea0f2
commit
2e88503602
1
debian/bootstrap.sh
vendored
1
debian/bootstrap.sh
vendored
@ -147,6 +147,7 @@ map_fs_modules () {
|
|||||||
local filterfn="$1" percatfns="$2" permodfns="$3"
|
local filterfn="$1" percatfns="$2" permodfns="$3"
|
||||||
for x in $mod_dir/*; do
|
for x in $mod_dir/*; do
|
||||||
test -d $x || continue
|
test -d $x || continue
|
||||||
|
test ! ${x##*/} = legacy || continue
|
||||||
category=${x##*/} category_path=$x
|
category=${x##*/} category_path=$x
|
||||||
for f in $percatfns; do $f; done
|
for f in $percatfns; do $f; done
|
||||||
for y in $x/*; do
|
for y in $x/*; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user