pkgsrc/sysutils/duplicity/patches/patch-aa
bjs 037813cc78 Update to version 0.4.9. ChangeLog is extremely verbose; see
${WRKSRC}/CHANGES.  With this update comes Amazon S3 support provided
by the newly imported net/py-boto package.  This has not been tested yet,
however, as I do not have an S3 account.  Please let me know if this update
has resulted in any untoward effects.  Thanks.
2008-02-06 07:17:00 +00:00

15 lines
560 B
Text

$NetBSD: patch-aa,v 1.2 2008/02/06 07:17:00 bjs Exp $
--- setup.py.orig 2008-01-04 13:11:39.000000000 -0500
+++ setup.py
@@ -48,8 +48,8 @@ setup(name="duplicity",
library_dirs=libdir_list,
libraries=["rsync"])],
scripts = ['rdiffdir', 'duplicity'],
- data_files = [('share/man/man1', ['duplicity.1', 'rdiffdir.1']),
- ('share/doc/duplicity-%s' % version_string,
+ data_files = [('man/man1', ['duplicity.1', 'rdiffdir.1']),
+ ('share/doc/duplicity-%s' % (version_string,),
['COPYING', 'README', 'CHANGELOG'])])