You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
proxy-audio-device: fix activate/deactivate phase
* update coreaudiod stop command since Apple doesn't allow to kickstart coreaudiod anymore on versions >= 14.4 Closes: https://trac.macports.org/ticket/71460
This commit is contained in:
@@ -47,9 +47,9 @@ post-destroot {
|
||||
destroot.violate_mtree yes
|
||||
|
||||
post-activate {
|
||||
system "sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod"
|
||||
system "sudo killall coreaudiod"
|
||||
}
|
||||
|
||||
post-deactivate {
|
||||
system "sudo launchctl kickstart -kp system/com.apple.audio.coreaudiod"
|
||||
system "sudo killall coreaudiod"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user