提交 763bc8cf authored 作者: Travis Cross's avatar Travis Cross

Fix freeswitch-all module provides/replaces/conflicts

We were generating freeswitch-mod-mod-* rather than freeswitch-mod-*.
上级 9a20d0ab
...@@ -230,8 +230,8 @@ map_pkgs () { ...@@ -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
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论