libosinfo: 1.5.0 -> 1.6.0

This commit is contained in:
Jonathan Ringer
2019-08-21 10:37:20 -07:00
parent f080d7afa2
commit 038fbf0178
2 changed files with 10 additions and 22 deletions
@@ -5,7 +5,7 @@
path = g_getenv("OSINFO_SYSTEM_DIR");
if (!path)
- path = DATA_DIR "/osinfo";
+ path = "@OSINFO_DB_DATA_DIR@/osinfo";
+ path = "@osinfo_db_data_dir@/osinfo";
file = g_file_new_for_path(path);
}