On Tue, Mar 13, 2012 at 6:32 PM, Daniel P. Berrange <[email protected]> wrote:
> From: "Daniel P. Berrange" <[email protected]>

ACK to both patches otherwise, one comment only to this one:

> index 337f737..b009323 100644
> --- a/osinfo/osinfo_loader.c
> +++ b/osinfo/osinfo_loader.c
> @@ -1271,11 +1271,14 @@ void osinfo_loader_process_default_path(OsinfoLoader 
> *loader,
>                                         GError **err)
>  {
>     GFile *file;
> +    gchar *dbdir;
>     const gchar *path = getenv("OSINFO_DATA_DIR");
>     if (!path)
> -        path = DATA_DIR;
> +        path = PKG_DATA_DIR;
>
> -    file = g_file_new_for_path(path);
> +    dbdir = g_strdup_printf("%s/db", path);

Why not just pass the whole path from CFLAGS just like DATA_DIR?

-- 
Regards,

Zeeshan Ali (Khattak)
FSF member#5124

_______________________________________________
virt-tools-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/virt-tools-list

Reply via email to