From 18bc8a5cf1963a71b9371e3d804e7ebb26bfe99d Mon Sep 17 00:00:00 2001 From: tresf Date: Sat, 8 Feb 2025 03:59:16 -0500 Subject: [PATCH] Fix regex --- cmake/linux/apprun-hooks/carla-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/linux/apprun-hooks/carla-hook.sh b/cmake/linux/apprun-hooks/carla-hook.sh index c01bc95951f..6f082d140dc 100644 --- a/cmake/linux/apprun-hooks/carla-hook.sh +++ b/cmake/linux/apprun-hooks/carla-hook.sh @@ -24,7 +24,7 @@ if command -v carla > /dev/null 2>&1; then done else echo "[$ME] Carla does not appear to be installed, we'll remove it from the plugin listing." >&2 - export "LMMS_EXCLUDE_PLUGINS=*carla*,${LMMS_EXCLUDE_PLUGINS}" + export "LMMS_EXCLUDE_PLUGINS=libcarla,${LMMS_EXCLUDE_PLUGINS}" fi # Additional workarounds for library conflicts