From 760385af438c32e6267629bb9acdd84d8fc2fe04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Wagner?= Date: Sun, 16 Jan 2022 22:54:44 +0100 Subject: [PATCH] podman: don't translate files in case of a podman runtime --- src/plugins/podman/gbp-podman-runtime.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/podman/gbp-podman-runtime.c b/src/plugins/podman/gbp-podman-runtime.c index 83630be5f..1c30d5443 100644 --- a/src/plugins/podman/gbp-podman-runtime.c +++ b/src/plugins/podman/gbp-podman-runtime.c @@ -121,6 +121,7 @@ gbp_podman_runtime_class_init (GbpPodmanRuntimeClass *klass) i_object_class->destroy = gbp_podman_runtime_destroy; runtime_class->create_launcher = gbp_podman_runtime_create_launcher; + runtime_class->translate_file = NULL; } static void -- GitLab