diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-24 04:52:23 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-24 04:52:23 +0000 |
commit | 3505b643c670b57f0f17137d74cae71d206f9ae9 (patch) | |
tree | ed41921d48c228c9e46f70336261337818e18f2f /debian/update-copyright | |
parent | Merging upstream version 6.8. (diff) | |
download | manpages-debian/6.8-1.tar.xz manpages-debian/6.8-1.zip |
Adding debian version 6.8-1.debian/6.8-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/update-copyright')
-rwxr-xr-x | debian/update-copyright | 2 |
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 = [] |