Config.in.legacy: add missing help keyword
[buildroot-gz.git] / support / kconfig / patches / 12-fix-glade-file-path.patch
bloba5777da3e9ab14881f6e2c97f22bbf824b28c893
1 ---
2 gconf.c | 2 +-
3 1 file changed, 1 insertion(+), 1 deletion(-)
5 Index: b/gconf.c
6 ===================================================================
7 --- a/gconf.c
8 +++ b/gconf.c
9 @@ -1486,7 +1486,7 @@
10 /* Determine GUI path */
11 env = getenv(SRCTREE);
12 if (env)
13 - glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);
14 + glade_file = g_strconcat(env, "/support/kconfig/gconf.glade", NULL);
15 else if (av[0][0] == '/')
16 glade_file = g_strconcat(av[0], ".glade", NULL);
17 else