forked from Mirrors/freeswitch
debian: Handle mod_managed .dll more idiomatically
This commit is contained in:
parent
d0a9574fa9
commit
b35869da62
|
@ -777,9 +777,6 @@ print_mod_install () {
|
|||
cat <<EOF
|
||||
/usr/lib/freeswitch/mod/${1}.so
|
||||
EOF
|
||||
case "$1" in
|
||||
mod_managed) echo "/usr/lib/freeswitch/mod/FreeSWITCH.Managed.dll" ;;
|
||||
esac
|
||||
}
|
||||
|
||||
print_long_filename_override () {
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
/usr/lib/freeswitch/mod/FreeSWITCH.Managed.dll
|
Loading…
Reference in New Issue