summaryrefslogtreecommitdiff
path: root/getmail
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2009-07-17 16:40:55 +0200
committerThomas Penteker <tek@serverop.de>2009-07-17 16:40:55 +0200
commitfd8dcfe8473d0988b5580345f568f5e4bbfaa72b (patch)
treea77d4074f226c68fe2896854c83eaed725bc457a /getmail
parentee11532eea1e76923f7f31db4b39d95d15e42be9 (diff)
downloadcontrib-fd8dcfe8473d0988b5580345f568f5e4bbfaa72b.tar.gz
contrib-fd8dcfe8473d0988b5580345f568f5e4bbfaa72b.tar.xz
getmail: include build patch
Diffstat (limited to 'getmail')
-rw-r--r--getmail/getmail-4.9.2.diff46
1 files changed, 46 insertions, 0 deletions
diff --git a/getmail/getmail-4.9.2.diff b/getmail/getmail-4.9.2.diff
new file mode 100644
index 000000000..afd65b6ea
--- /dev/null
+++ b/getmail/getmail-4.9.2.diff
@@ -0,0 +1,46 @@
+diff -Nru getmail-4.8.0.orig/setup.py getmail-4.8.0/setup.py
+--- getmail-4.8.0.orig/setup.py 2008-03-05 21:32:57.000000000 +1000
++++ getmail-4.8.0/setup.py 2008-03-05 21:35:24.000000000 +1000
+@@ -35,16 +35,8 @@
+ # hack hack hack hack hack hack hack
+ datadir = args[pos + 1]
+
+-GETMAILDOCDIR = os.path.join(
+- datadir or prefix,
+- 'share',
+- 'doc',
+- 'getmail-%s' % __version__
+-)
+-
+ GETMAILMANDIR = os.path.join(
+ datadir or prefix,
+- 'share',
+ 'man',
+ 'man1'
+ )
+@@ -98,25 +90,6 @@
+ 'getmail_mbox'
+ ],
+ data_files=[
+- (GETMAILDOCDIR, [
+- './README',
+- './getmail.spec',
+- 'docs/BUGS',
+- 'docs/COPYING',
+- 'docs/CHANGELOG',
+- 'docs/TODO',
+- 'docs/THANKS',
+- 'docs/configuration.html',
+- 'docs/configuration.txt',
+- 'docs/documentation.html',
+- 'docs/documentation.txt',
+- 'docs/faq.html',
+- 'docs/faq.txt',
+- 'docs/getmaildocs.css',
+- 'docs/getmailrc-examples',
+- 'docs/troubleshooting.html',
+- 'docs/troubleshooting.txt',
+- ]),
+ (GETMAILMANDIR, [
+ 'docs/getmail.1',
+ 'docs/getmail_fetch.1',

Generated by cgit