From 51ac7357314ff1a3648420e92f26f2d393be0277 Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Wed, 31 Oct 2012 20:59:39 -0700 Subject: fix a bug in layman-updater to use MakeConf class to create a proper make.conf file. Fix a comment path in MakeConf. --- layman/makeconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layman/makeconf.py') diff --git a/layman/makeconf.py b/layman/makeconf.py index 5f18b63..9740072 100644 --- a/layman/makeconf.py +++ b/layman/makeconf.py @@ -281,7 +281,7 @@ class MakeConf: def content(self): ''' - Returns the content of the /var/layman/make.conf file. + Returns the content of the /var/lib/layman/make.conf file. ''' try: make_conf = codecs.open(self.path, 'r', 'utf-8') -- cgit v1.2.3-1-g7c22