mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-24 19:52:35 +00:00
debian: reduce edit distance between control-modules and .gen
This commit is contained in:
parent
6606a1c9fb
commit
4e4b0d45e2
3
debian/bootstrap.sh
vendored
3
debian/bootstrap.sh
vendored
@ -841,7 +841,8 @@ parse_mod_control
|
|||||||
echo "Displaying includes/excludes..." >&2
|
echo "Displaying includes/excludes..." >&2
|
||||||
map_modules 'mod_filter_show' '' ''
|
map_modules 'mod_filter_show' '' ''
|
||||||
echo "Generating control-modules.gen as sanity check..." >&2
|
echo "Generating control-modules.gen as sanity check..." >&2
|
||||||
(echo "# -*- mode:debian-control -*-"; echo; \
|
(echo "# -*- mode:debian-control -*-"; \
|
||||||
|
echo "##### Author: Travis Cross <tc@traviscross.com>"; echo; \
|
||||||
map_modules ':' 'genmodctl_cat' 'genmodctl_mod' \
|
map_modules ':' 'genmodctl_cat' 'genmodctl_mod' \
|
||||||
) > control-modules.gen
|
) > control-modules.gen
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user