summaryrefslogtreecommitdiffstats
path: root/debian/update-copyright
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-24 04:52:44 +0000
commitbba0c6c8a6a88e735c433f20bb1a0b23915a57b0 (patch)
tree71391e8acabea216534744167f5860106b5741f7 /debian/update-copyright
parentMerging upstream version 6.8. (diff)
downloadmanpages-bba0c6c8a6a88e735c433f20bb1a0b23915a57b0.tar.xz
manpages-bba0c6c8a6a88e735c433f20bb1a0b23915a57b0.zip
Merging debian version 6.8-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/update-copyright')
-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 = []