1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-20 10:26:51 +00:00

debian: Handle mod_managed .dll more idiomatically

This commit is contained in:
Travis Cross 2013-07-26 21:56:07 +00:00
parent fee21f8ad9
commit f1ae5211b2
2 changed files with 1 additions and 3 deletions

3
debian/bootstrap.sh vendored

@ -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