diff options
Diffstat (limited to 'package/config/patches/12-fix-glade-file-path.patch')
-rw-r--r-- | package/config/patches/12-fix-glade-file-path.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/config/patches/12-fix-glade-file-path.patch b/package/config/patches/12-fix-glade-file-path.patch index 10c7e9163..140201cec 100644 --- a/package/config/patches/12-fix-glade-file-path.patch +++ b/package/config/patches/12-fix-glade-file-path.patch @@ -2,10 +2,10 @@ gconf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -Index: config.new/gconf.c +Index: config/gconf.c =================================================================== ---- config.new.orig/gconf.c -+++ config.new/gconf.c +--- config.orig/gconf.c ++++ config/gconf.c @@ -1525,7 +1525,7 @@ /* Determine GUI path */ env = getenv(SRCTREE); |