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[@]}"