From bfb33f0596c2022eb87a0be730f67f6d53c46b34 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Thu, 16 Jan 2025 14:15:40 +0900 Subject: [PATCH] LIBMAN: comments cleanup --- automation_tools/libman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation_tools/libman.sh b/automation_tools/libman.sh index e636fa3b..407391c5 100644 --- a/automation_tools/libman.sh +++ b/automation_tools/libman.sh @@ -6,7 +6,7 @@ # List of user-defined libraries to exclude excluded_libraries=() -# General libraries`` +# General libraries excluded_libraries=("libselinux.so.1") # Qt libraries excluded_libraries+=("libQt6Multimedia.so.6" "libQt6Core.so.6" "libQt6DBus.so.6" "libQt6Gui.so.6" "libQt6OpenGL.so.6" "libQt6Svg.so.6" "libQt6WaylandClient.so.6" "libQt6WaylandEglClientHwIntegration.so.6" "libQt6Widgets.so.6" "libQt6XcbQpa.so.6")