summaryrefslogtreecommitdiffstats
path: root/debian/update-copyright
diff options
context:
space:
mode:
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 = []