Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
security:tls:staging
cockpit
fix-libexecdir.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-libexecdir.patch of Package cockpit
diff -up cockpit-320/src/cockpit/packages.py.org cockpit-320/src/cockpit/packages.py --- cockpit-320/src/cockpit/packages.py.org 2024-07-14 21:06:50.378400822 +0200 +++ cockpit-320/src/cockpit/packages.py 2024-07-14 21:07:40.568245119 +0200 @@ -127,7 +127,7 @@ def get_libexecdir() -> str: This only works for systems which have cockpit-ws installed. """ - for candidate in ['/usr/local/libexec', '/usr/libexec', '/usr/local/lib/cockpit', '/usr/lib/cockpit']: + for candidate in ['/usr/local/libexec', '/usr/libexec', '/usr/local/lib/cockpit', '/usr/lib/cockpit', '/usr/lib']: if os.path.exists(os.path.join(candidate, 'cockpit-askpass')): return candidate else:
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor