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
455 B
12 lines
455 B
Index: setup.py |
|
--- setup.py.orig 2015-01-11 17:50:40.000000000 +0100 |
|
+++ setup.py 2015-01-12 12:50:33.426320962 +0100 |
|
@@ -45,7 +45,7 @@ |
|
incdir_list = [os.path.join(LIBRSYNC_DIR, 'include')] |
|
libdir_list = [os.path.join(LIBRSYNC_DIR, 'lib')] |
|
|
|
-data_files = [('share/man/man1', |
|
+data_files = [('man/man1', |
|
['bin/duplicity.1', |
|
'bin/rdiffdir.1']), |
|
('share/doc/duplicity-%s' % version_string,
|
|
|