From 124527d085749de0e64cdc6316aeeb28509cb593 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Fri, 7 Aug 2009 20:49:35 +0200 Subject: [PATCH] getmail: rename .diff --- getmail/getmail.diff | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 getmail/getmail.diff diff --git a/getmail/getmail.diff b/getmail/getmail.diff new file mode 100644 index 000000000..afd65b6ea --- /dev/null +++ b/getmail/getmail.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',