From 7be6d2a3389dd3342ac7cc9496bdafd45ff45221 Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Wed, 16 Feb 2022 23:23:07 +0100 Subject: [PATCH] Use only readable files when searching for libganglia.so --- sinks/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sinks/Makefile b/sinks/Makefile index bc0c09d..65d7e75 100644 --- a/sinks/Makefile +++ b/sinks/Makefile @@ -2,7 +2,7 @@ all: libganglia.so libganglia.so: - @find /usr -name "libganglia.so*" -exec ln -s {} libganglia.so \; + @find /usr -readable -name "libganglia.so*" -exec ln -sf {} libganglia.so \; clean: