From b52b757b5c7a7ba23df1fda307a8966970767981 Mon Sep 17 00:00:00 2001 From: KF-Art Date: Sat, 18 Nov 2023 00:11:23 -0500 Subject: [PATCH] pixelitos-icon-theme: remove license file from FILESDIR as the source repository already provides it. --- srcpkgs/pixelitos-icon-theme/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pixelitos-icon-theme/template b/srcpkgs/pixelitos-icon-theme/template index 89ba56e..30f9376 100644 --- a/srcpkgs/pixelitos-icon-theme/template +++ b/srcpkgs/pixelitos-icon-theme/template @@ -23,6 +23,6 @@ do_install() { vcopy * ${_icondir}/ # Also add package license - vlicense ${FILESDIR}/LICENSE + vlicense LICENSE }