fix pacman reproducibility

This commit is contained in:
Tobias Powalowski 2024-06-27 16:31:10 +02:00
parent 9b1c42eaaf
commit 4f197fb235

View file

@ -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
}