From a7f2f643cf78605d548aa53b6f08f36c4789fffc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 17 May 2018 15:18:42 +0100 Subject: [PATCH] Debian.pm: debian_overlays: Allow local overlay to override supplied one I think, no change with any reasonable configs. Signed-off-by: Ian Jackson --- Osstest/Debian.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 8e72405..b9891b6 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -830,8 +830,8 @@ sub debian_overlays ($$) { die "debian_overlays cannot check $local_dir: $!"; } }; - $maybe->($c{OverlayLocal}, 'overlay-local.tar'); $maybe->('overlay'); + $maybe->($c{OverlayLocal}, 'overlay-local.tar'); } sub preseed_base ($$$;@) { -- 2.39.5