From a2bac80ff573f6c243406b791cbc64e368870d6c Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Sat, 26 Aug 2023 19:07:52 +0200 Subject: [PATCH] When done, fix rights of ${LOGDIR} --- build-packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build-packages.sh b/build-packages.sh index feac5d5..06a06cf 100755 --- a/build-packages.sh +++ b/build-packages.sh @@ -49,4 +49,6 @@ podman run "${podman_build_args[@]}" "${REGISTRY}:${VERSION}" \ && emerge @golang-rebuild @rust-rebuild \ && eclean-pkg --deep" +podman unshare chown -R "0:0" "${LOGDIR}" + # vim:fileencoding=utf-8:ts=4:syntax=bash:expandtab