aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2bb724c..ab0a608 100755
--- a/setup.py
+++ b/setup.py
@@ -21,6 +21,6 @@ setup(
'libbe.util'],
scripts=['be'],
data_files=[
- ('share/man/man1', ['doc/src/be.1']),
+ ('share/man/man1', ['doc/man/be.1']),
]
)