debian: Include the .dll file for mod_managed

Note that we don't actually support building mod_managed at this time
for Debian.

FS-5317 --resolve

Thanks-to: Artur Kraev <ravenox@gmail.com>
This commit is contained in:
Travis Cross 2013-07-26 21:46:54 +00:00
parent 7973b7be7a
commit d0a9574fa9
1 changed files with 3 additions and 0 deletions

3
debian/bootstrap.sh vendored
View File

@ -777,6 +777,9 @@ 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 () {