From 4f197fb235e21f00b271d81cb199ff53fb279b73 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 27 Jun 2024 16:31:10 +0200 Subject: [PATCH] fix pacman reproducibility --- usr/lib/archboot/container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/lib/archboot/container.sh b/usr/lib/archboot/container.sh index 8b400d26e..233c46841 100644 --- a/usr/lib/archboot/container.sh +++ b/usr/lib/archboot/container.sh @@ -237,7 +237,7 @@ _copy_archboot_defaults() { _reproducibility() { echo "Reproducibility changes..." - sd -p '(INSTALLDATE%)\n.*' '$1\n0' "${1}""${_PACMAN_LIB}"/local/*/desc + sd '(INSTALLDATE%)\n.*' '$1\n0' "${1}""${_PACMAN_LIB}"/local/*/desc rm "${1}"/var/cache/ldconfig/aux-cache rm "${1}"/etc/ssl/certs/java/cacerts }