Build changes for Linux kconfig code to work in seabios dir structure.
[seabios.git] / tools / kconfig / gconf.c
index 455896164d72ccdbe327b2b5914b9561bece6c17..b7f31f20d5260df4291b6dbf4566b1fcf4f5c9e4 100644 (file)
@@ -1521,7 +1521,7 @@ int main(int ac, char *av[])
        /* Determine GUI path */
        env = getenv(SRCTREE);
        if (env)
-               glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);
+               glade_file = g_strconcat(env, "/tools/kconfig/gconf.glade", NULL);
        else if (av[0][0] == '/')
                glade_file = g_strconcat(av[0], ".glade", NULL);
        else