summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-22 09:29:51 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-22 09:29:51 +0100
commit7741732ea5efd8486d5d70d8cd1c0f011a02bdcb (patch)
treec73acddc02e5afd9a6cbb3d8b1691748a102a50f
parentb286e173d3fbe91074a82ef4961e844b1ff36037 (diff)
downloadgenbackupdata-7741732ea5efd8486d5d70d8cd1c0f011a02bdcb.tar.gz
Install manpage in right directory.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ed08d63..e2786cc 100644
--- a/setup.py
+++ b/setup.py
@@ -36,5 +36,5 @@ benchmark backup software than distributing very large test sets.
license='GNU General Public License, version 3 or later',
packages=['genbackupdatalib'],
scripts=['genbackupdata'],
- data_files=[('usr/share/man/man1', ['genbackupdata.1'])],
+ data_files=[('share/man/man1', ['genbackupdata.1'])],
)