diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-06-15 04:26:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-15 04:26:34 -0500 |
commit | 4bdda09a8054e97a1535288cf41919f3b2575207 (patch) | |
tree | 133349a3c7a0a7d5a8ed66b334dc25d4a1f2b4d6 /office/calibre/patches/fix-manpages.diff | |
parent | 45e8294d0e6bf58b1777f07e427973bdc29ac412 (diff) | |
download | slackbuilds-4bdda09a8054e97a1535288cf41919f3b2575207.tar.gz |
office/calibre: Updated for version 0.7.2.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'office/calibre/patches/fix-manpages.diff')
-rw-r--r-- | office/calibre/patches/fix-manpages.diff | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/office/calibre/patches/fix-manpages.diff b/office/calibre/patches/fix-manpages.diff deleted file mode 100644 index 50129c6c92..0000000000 --- a/office/calibre/patches/fix-manpages.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur calibre-0.5.12.orig/src/calibre/linux.py calibre-0.5.12/src/calibre/linux.py ---- calibre-0.5.12.orig/src/calibre/linux.py 2009-05-15 21:05:52.000000000 +0000 -+++ calibre-0.5.12/src/calibre/linux.py 2009-05-16 04:09:44.000000000 +0000 -@@ -417,7 +417,7 @@ - def install_man_pages(fatal_errors, use_destdir=False): - from calibre.utils.help2man import create_man_page - prefix = os.environ.get('DESTDIR', '/') if use_destdir else '/' -- manpath = os.path.join(prefix, 'usr/share/man/man1') -+ manpath = os.path.join(prefix, 'usr/man/man1') - if not os.path.exists(manpath): - os.makedirs(manpath) - print 'Installing MAN pages...' -@@ -431,7 +431,7 @@ - continue - parser = parser() - raw = create_man_page(prog, parser) -- manfile = os.path.join(manpath, prog+'.1'+__appname__+'.bz2') -+ manfile = os.path.join(manpath, prog+'.1'+'.bz2') - print '\tInstalling MAN page for', prog - open(manfile, 'wb').write(raw) - manifest.append(manfile) |