cloud-init icon indicating copy to clipboard operation
cloud-init copied to clipboard

[enhancement]: usr_lib_exec path is wrong on OpenBSD

Open ftoomch82 opened this issue 1 year ago • 0 comments

The OpenBSD Distro class does not override usr_lib_exec, so it defaults /usr/lib, which under OpenBSD is wrong.

The correct path (prefix) is usr_lib_exec = '/usr/local/lib'

ftoomch82 avatar Jan 28 '25 08:01 ftoomch82