mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 04:01:55 +00:00
Fix freeswitch-all module provides/replaces/conflicts
We were generating freeswitch-mod-mod-* rather than freeswitch-mod-*.
This commit is contained in:
parent
1ac6f16cd5
commit
3ad333032b
4
debian/bootstrap.sh
vendored
4
debian/bootstrap.sh
vendored
@ -230,8 +230,8 @@ map_pkgs () {
|
|||||||
map_pkgs_langs () { $fsx "freeswitch-lang-${lang//_/-}"; }
|
map_pkgs_langs () { $fsx "freeswitch-lang-${lang//_/-}"; }
|
||||||
map_langs map_pkgs_langs
|
map_langs map_pkgs_langs
|
||||||
map_pkgs_mods () {
|
map_pkgs_mods () {
|
||||||
$fsx "freeswitch-mod-${module//_/-}"
|
$fsx "freeswitch-${module//_/-}"
|
||||||
$fsx "freeswitch-mod-${module//_/-}-dbg"; }
|
$fsx "freeswitch-${module//_/-}-dbg"; }
|
||||||
map_modules map_pkgs_mods
|
map_modules map_pkgs_mods
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user