summaryrefslogtreecommitdiffstats
path: root/package/config/patches/12-fix-glade-file-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/config/patches/12-fix-glade-file-path.patch')
-rw-r--r--package/config/patches/12-fix-glade-file-path.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/config/patches/12-fix-glade-file-path.patch b/package/config/patches/12-fix-glade-file-path.patch
deleted file mode 100644
index 5b080c94b..000000000
--- a/package/config/patches/12-fix-glade-file-path.patch
+++ /dev/null
@@ -1,17 +0,0 @@
----
- gconf.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: config/gconf.c
-===================================================================
---- config.orig/gconf.c
-+++ config/gconf.c
-@@ -1521,7 +1521,7 @@
- /* Determine GUI path */
- env = getenv(SRCTREE);
- if (env)
-- glade_file = g_strconcat(env, "/scripts/kconfig/gconf.glade", NULL);
-+ glade_file = g_strconcat(env, "/package/config/gconf.glade", NULL);
- else if (av[0][0] == '/')
- glade_file = g_strconcat(av[0], ".glade", NULL);
- else