Skip to content
  • Frank Osterfeld's avatar
    _dbus_get_install_root assumes that dbus-daemon is in a bin/ subdirectory.... · 01d2b26b
    Frank Osterfeld authored and Ralf Habacker's avatar Ralf Habacker committed
    _dbus_get_install_root assumes that dbus-daemon is in a bin/ subdirectory. That's not a common directory structure on windows, so weaken the assumption: $somepath/bin/dbus-daemon.exe -> $somepath $somepath/dbus-daemon.exe, where somepath doesn't end in /bin/: -> $somepath i.e., use dbus-daemon.exe's directory as root if that directory is not a "bin" directory (cherry picked from commit 2d2055b2fa7f92c144e9a182a9a091ebe5215d7d)
    01d2b26b