From 3505b643c670b57f0f17137d74cae71d206f9ae9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:52:23 +0200 Subject: Adding debian version 6.8-1. Signed-off-by: Daniel Baumann --- debian/update-copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/update-copyright') diff --git a/debian/update-copyright b/debian/update-copyright index a64d66f..0f0883d 100755 --- a/debian/update-copyright +++ b/debian/update-copyright @@ -216,7 +216,7 @@ def get_license_text(shortname): p = Path("..") -for manpage in p.glob("man*/*"): +for manpage in p.glob("man/man*/*"): with manpage.open() as file: licenses = [] copyright_holders = [] -- cgit v1.2.3