]> piware.de Git - bin.git/commitdiff
buildd.py: make work for midbrowser, too
authormartin@piware.de <>
Tue, 6 Nov 2007 13:56:56 +0000 (08:56 -0500)
committermartin@piware.de <>
Tue, 6 Nov 2007 13:56:56 +0000 (08:56 -0500)
buildd.py

index f0467f2f3f5616bb366d8bcd214e9ecd5fdb5a17..31bc8d875c52c5730709e37ca2c58bee281d4115 100755 (executable)
--- 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)