ndctl
ndctl copied to clipboard
build: rootlibdir default should use libdir
In case of that the libdir contains more than one components, rootlibdir would point to an incorrect path. For example, if libdir is lib/x86_64-linux-gnu, rootlibdir should be /usr/lib/x86_64-linux-gnu, but it will point to /usr/x86_64-linux-gnu currently.