blob: 986eaaf6a1f88f6836d8e1d1fa3db2c8b08c1e63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- getmail.orig Sun May 6 08:33:52 2001
+++ getmail Sun May 6 08:33:57 2001
@@ -1,7 +1,7 @@
#!/bin/sh
# Change this to your getmail directory; defaults to /usr/lib/getmail
-GETMAILPATH="/usr/local/lib/getmail"
+GETMAILPATH="/usr/local/share/getmail"
OLDPYTHONPATH=${PYTHONPATH}
PYTHONPATH="${GETMAILPATH}:${PYTHONPATH}"
|