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:
Colin Walters 2008-08-26 21:55:42 +00:00 committed by Colin Walters
parent 7805ca101f
commit c9951bd099

View File

@ -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);