From bf57ac02385aea61cb3eaa12d10e117c2b66fc3c Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 6 Jul 2021 14:40:07 +0300 Subject: [PATCH] libICE: silence linter --- xorg/libICE/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xorg/libICE/build b/xorg/libICE/build index fbf21b8a..58c70e26 100755 --- a/xorg/libICE/build +++ b/xorg/libICE/build @@ -7,4 +7,6 @@ make make DESTDIR="$1" install # Remove XML documentation. +# False positive. +# shellcheck disable=2115 rm -rf "$1/usr/share"