mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
debian: Handle mod_managed .dll more idiomatically
This commit is contained in:
parent
fee21f8ad9
commit
f1ae5211b2
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 () {
|
||||
|
1
debian/freeswitch-mod-managed.install.tmpl
vendored
Normal file
1
debian/freeswitch-mod-managed.install.tmpl
vendored
Normal file
@ -0,0 +1 @@
|
||||
/usr/lib/freeswitch/mod/FreeSWITCH.Managed.dll
|
Loading…
x
Reference in New Issue
Block a user