blob: 0f7e7cd3fe08268d51b4cd40deccae7b76bbf47f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005
+++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005
@@ -197,7 +197,7 @@ build_src_dir (void)
g_string_append (gnome_od_source_dir,
gnome_dirs[i]);
g_string_append (gnome_od_source_dir,
- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S);
+ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S);
}
g_strfreev (gnome_dirs);
g_string_append (real_od_source_dir,
|