aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 33eab7c..a1449db 100755
--- a/setup.py
+++ b/setup.py
@@ -29,5 +29,5 @@ setup(name="archivemail",
maintainer="Nikolaus Schulz, Peter Poeml",
maintainer_email="nikosch@users.sourceforge.net, poeml@users.sourceforge.net",
scripts=["archivemail"],
- data_files=[("man/man1", ["archivemail.1"])],
+ data_files=[("share/man/man1", ["archivemail.1"])],
)