diff --git a/internal/discover/graphics.go b/internal/discover/graphics.go index c20ff130..b5c248d4 100644 --- a/internal/discover/graphics.go +++ b/internal/discover/graphics.go @@ -216,7 +216,7 @@ func getCUDALibRootAndVersionPattern(logger logger.Interface, driver *root.Drive version = "*.*" } - return libRoot, version + return driver.RelativeToRoot(libRoot), version } // buildXOrgSearchPaths returns the ordered list of search paths for XOrg files.