From 57af956cf40e970a1f573e8ba4b57f1dceababc9 Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Mon, 6 Sep 2021 20:39:25 -0500
Subject: [PATCH] Fix path for data copy on rules file

---
 10.0/trisquel-icon-theme/debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/10.0/trisquel-icon-theme/debian/rules b/10.0/trisquel-icon-theme/debian/rules
index 46a67d47..9c720973 100755
--- a/10.0/trisquel-icon-theme/debian/rules
+++ b/10.0/trisquel-icon-theme/debian/rules
@@ -13,7 +13,7 @@ binary-indep:
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
-	cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d | cut -d/ -f2`
+	cp data/* -a debian/`find debian/ -mindepth 1 -maxdepth 1 -type d -not -path '*/\.*'| cut -d'/' -f2`
 	dh_fixperms
 	dh_compress
 	dh_installdeb
-- 
GitLab