Добавлен поиск библиотек в /usr/local/lib и /usr/local/lib64
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 6m13s
All checks were successful
Pre-commit / pre-commit (pull_request) Successful in 6m13s
This commit is contained in:
@@ -219,7 +219,7 @@ func filesFindLibCmd(hc interp.HandlerContext, cmd string, args []string) error
|
||||
namePattern = args[0]
|
||||
}
|
||||
|
||||
libPaths := []string{"./usr/lib/", "./usr/lib64/"}
|
||||
libPaths := []string{"./usr/lib/", "./usr/lib64/", "./usr/local/lib/", "./usr/local/lib64/"}
|
||||
var libFiles []string
|
||||
|
||||
for _, libPath := range libPaths {
|
||||
|
||||
Reference in New Issue
Block a user