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