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.
gentoo-overlay/app-backup/obnam/files/obnam-1.9-setup-man.diff

12 lines
414 B

--- setup.py.orig 2015-03-23 00:11:50.833110091 +0100
+++ setup.py 2015-03-23 00:12:19.892915511 +0100
@@ -78,7 +78,7 @@
env['MANWIDTH'] = '80'
with open('%s.1.txt' % program, 'w') as f:
cliapp.runcmd(
- ['man', '-l', '%s.1' % program],
+ ['man', './%s.1' % program],
['col', '-b'],
stdout=f,
env=env)