mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
debian: Handle mod_managed .dll more idiomatically
This commit is contained in:
3
debian/bootstrap.sh
vendored
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 () {
|
||||
|
Reference in New Issue
Block a user