]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/patman/settings.py
patman: Change the location of patman config file
[karo-tx-uboot.git] / tools / patman / settings.py
index 049c709749c0bac099ff1b4453aa2a1b0b8f6e8e..f9800714899d145e9eb7e8a35d5cde823e10dc64 100644 (file)
@@ -69,7 +69,7 @@ def Setup(config_fname=''):
     """
     settings = ConfigParser.SafeConfigParser()
     if config_fname == '':
-        config_fname = '%s/.config/patman' % os.getenv('HOME')
+        config_fname = '%s/.patman' % os.getenv('HOME')
     if config_fname:
         settings.read(config_fname)