summaryrefslogtreecommitdiffstats
path: root/debian/update-copyright
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:23 +0000
commit3505b643c670b57f0f17137d74cae71d206f9ae9 (patch)
treeed41921d48c228c9e46f70336261337818e18f2f /debian/update-copyright
parentMerging upstream version 6.8. (diff)
downloadmanpages-3505b643c670b57f0f17137d74cae71d206f9ae9.tar.xz
manpages-3505b643c670b57f0f17137d74cae71d206f9ae9.zip
Adding debian version 6.8-1.debian/6.8-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xdebian/update-copyright2
1 files changed, 1 insertions, 1 deletions
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 = []