fixup! common: Add flatpak_build_file[_va] helper

This commit is contained in:
Alexander Larsson
2017-04-24 12:23:20 +02:00
parent a30be79d49
commit 47062137a5

View File

@@ -2063,7 +2063,7 @@ flatpak_build_file_va (GFile *base,
while ((arg = va_arg (args, const gchar *)))
{
GFile *child = g_file_get_child (res, arg);
GFile *child = g_file_resolve_relative_path (res, arg);
g_set_object (&res, child);
}