mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 00:13:40 +02:00
Search $DATADIR/girepository instead of $DATADIR/gitypelibs; this naming
2008-08-26 Colin Walters <walters@verbum.org> * girepository/girepository.c: Search $DATADIR/girepository instead of $DATADIR/gitypelibs; this naming makes it clearer that e.g. jgir can install .jars there. * gir/Makefile.am: Install there. svn path=/trunk/; revision=502
This commit is contained in:
committed by
Colin Walters
parent
7805ca101f
commit
c9951bd099
@@ -93,7 +93,7 @@ init_globals ()
|
||||
|
||||
search_path = NULL;
|
||||
for (dir = datadirs; *dir; dir++) {
|
||||
char *path = g_build_filename (*dir, "gitypelibs", NULL);
|
||||
char *path = g_build_filename (*dir, "girepository", NULL);
|
||||
search_path = g_slist_prepend (search_path, path);
|
||||
}
|
||||
search_path = g_slist_reverse (search_path);
|
||||
|
Reference in New Issue
Block a user