libosinfo: 0.2.12 → 1.1.0

This commit is contained in:
Jan Tojnar
2017-12-19 07:54:44 +01:00
parent 7f18bbb642
commit eed3354a4b
2 changed files with 41 additions and 10 deletions

View File

@@ -0,0 +1,11 @@
--- a/osinfo/osinfo_loader.c
+++ b/osinfo/osinfo_loader.c
@@ -2304,7 +2304,7 @@
} else {
path = g_getenv("OSINFO_SYSTEM_DIR");
if (!path)
- path = DATA_DIR "/osinfo";
+ path = "@OSINFO_DB_DATA_DIR@/osinfo";
file = g_file_new_for_path(path);
}