Add files from parent branch HEAD:
[pkgsrc.git] / filesystems / fuse-gmailfs / patches / patch-ab
1 $NetBSD$
2
3 --- mount.gmailfs       2007/04/24 11:38:56     1.1
4 +++ mount.gmailfs       2007/04/24 11:40:07
5 @@ -15,7 +15,7 @@
6  
7  import sys, os, os.path, time, optparse, getpass, re, tempfile, signal
8  
9 -DEFAULT_GMAILFS_LOCATION     = '/usr/share/gmailfs/gmailfs.py'
10 +DEFAULT_GMAILFS_LOCATION     = '@PYSITELIB@/gmailfs.py'
11  # delay (in seconds) after which we consider gmailfs could not mount, and
12  # we abort.
13  GMAILFS_MOUNTING_MAX_DELAY   = 12