From eccfa27555c17cdb65a5a7c4ff95976672dffb40 Mon Sep 17 00:00:00 2001 From: "martin@piware.de" <> Date: Tue, 6 Nov 2007 08:56:56 -0500 Subject: [PATCH] buildd.py: make work for midbrowser, too --- buildd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildd.py b/buildd.py index f0467f2..31bc8d8 100755 --- a/buildd.py +++ b/buildd.py @@ -18,7 +18,7 @@ operation: status | retry | rescore [priority (default 5000)]''' % sys.argv[0] # find cookie file try: - cookiefile = glob.glob(os.path.expanduser('~/.mozilla/firefox/*/cookies.txt'))[0] + cookiefile = glob.glob(os.path.expanduser('~/.mozilla/*/*/cookies.txt'))[0] except IndexError: print >> sys.stderr, 'Could not find Firefox cookie file' sys.exit(1) -- 2.39.2