You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
462 B
12 lines
462 B
Index: setup.py |
|
--- setup.py.orig 2019-05-30 10:12:22.318400000 +0200 |
|
+++ setup.py 2019-05-30 10:13:25.093039000 +0200 |
|
@@ -47,7 +47,7 @@ |
|
incdir_list = [os.path.join(LIBRSYNC_DIR, u'include')] |
|
libdir_list = [os.path.join(LIBRSYNC_DIR, u'lib')] |
|
|
|
-data_files = [(u'share/man/man1', |
|
+data_files = [(u'man/man1', |
|
[u'bin/duplicity.1', |
|
u'bin/rdiffdir.1']), |
|
(u'share/doc/duplicity-%s' % version_string,
|
|
|