Fix freeswitch-all module provides/replaces/conflicts
We were generating freeswitch-mod-mod-* rather than freeswitch-mod-*.
This commit is contained in:
parent
9a20d0ab0c
commit
763bc8cfde
|
@ -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…
Reference in New Issue