398cb808fc
- Update to 1.0.8 [1] - Allow staging [1] - Convert lib depends to new format PR: ports/181881 [1] Submitted by: KATO Tsuguru <tkato432 yahoo.com>
11 lines
442 B
C
11 lines
442 B
C
--- src/file.c.orig
|
|
+++ src/file.c
|
|
@@ -569,7 +569,7 @@
|
|
{
|
|
if (system_example_path == NULL)
|
|
{
|
|
- system_example_path = g_build_filename (get_system_data_dir (), "examples", NULL);
|
|
+ system_example_path = g_build_filename (get_system_data_dir (), "..", "examples", "denemo", NULL);
|
|
GDir *denemo_path = g_dir_open (system_example_path, 0, NULL);
|
|
if (denemo_path == NULL)
|
|
{
|