From af272c143e5170aed4cd3296988be8f569b4d173 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Mon, 27 May 2024 16:32:54 -0500 Subject: user/qt5-qtbase: Don't use deprecated egrep --- user/qt5-qtbase/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/qt5-qtbase/APKBUILD b/user/qt5-qtbase/APKBUILD index 7cd2f2b3e..1e6e92acf 100644 --- a/user/qt5-qtbase/APKBUILD +++ b/user/qt5-qtbase/APKBUILD @@ -173,7 +173,7 @@ x11() { usr/lib/qt5/plugins/printsupport* \ usr/lib/qt5/plugins/xcbglintegrations - scanelf -Rn "$pkgdir"/usr/ | egrep '(libX|libQt5Gui|libGL)' && return 1 + scanelf -Rn "$pkgdir"/usr/ | grep -E '(libX|libQt5Gui|libGL)' && return 1 return 0 } -- cgit v1.2.3-70-g09d2