From 91b03848977f4ad9c164e0766759139c8d8d8c6f Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 22 Jun 2026 21:06:05 +0000 Subject: [PATCH] set buildroot explicitly Signed-off-by: fbt --- makepkg-podman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepkg-podman b/makepkg-podman index 7a63b4f..1d2254a 100755 --- a/makepkg-podman +++ b/makepkg-podman @@ -8,7 +8,7 @@ podman_cmd=( --workdir /buildroot --name "autobuilder.$$" --env "BUILDUSER=$USER" - "$image" /build "$@" + "$image" /build '/buildroot' "$@" ) "${podman_cmd[@]}"