From 69d85e90323b5a13f8d5ae6ca91ae5fe01b21ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D1=8B=D1=87=D0=AA=20=D0=A5=D1=80=D0=B0=D0=BC=D0=BE?= =?UTF-8?q?=D0=B2?= Date: Thu, 12 Feb 2026 18:05:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D0=BE=D0=B8=D1=81=D0=BA=20=D0=B1=D0=B8=D0=B1?= =?UTF-8?q?=D0=BB=D0=B8=D0=BE=D1=82=D0=B5=D0=BA=20=D0=B2=20/usr/local/lib?= =?UTF-8?q?=20=D0=B8=20/usr/local/lib64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/shutils/helpers/files_find.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/shutils/helpers/files_find.go b/internal/shutils/helpers/files_find.go index 1a704f9..1dc7de5 100644 --- a/internal/shutils/helpers/files_find.go +++ b/internal/shutils/helpers/files_find.go @@ -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 {