From 23abaeb1c22e52fa4ef1cd67eb6609db553c91ae Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sun, 16 Aug 2026 10:17:53 +0200 Subject: [PATCH] build-debian-distrobox: Fix tmpfiles workaround --- build-debian-distrobox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-debian-distrobox b/build-debian-distrobox index 3fce8ff..4588cda 100755 --- a/build-debian-distrobox +++ b/build-debian-distrobox @@ -7,7 +7,7 @@ DISTRO=${2:-debian} distrobox rm -f $RELEASE || true # tmpfiles are trying to change permissions of bind-mounted /dev and /run distrobox create --image docker.io/$DISTRO:$RELEASE --pull --yes --name $RELEASE --hostname $RELEASE \ - --pre-init-hooks 'dpkg-divert --add --rename /usr/bin/systemd-tmpfiles; ln -s /bin/true /usr/bin/systemd-tmpfiles' + --pre-init-hooks 'dpkg-divert --add --rename /usr/bin/systemd-tmpfiles; ln -fns /bin/true /usr/bin/systemd-tmpfiles' # libglvnd-gles? pdfmerge calibre qt5-qtwayland -- 2.47.3