fix container

This commit is contained in:
Tobias Powalowski 2024-06-27 10:04:09 +02:00
parent 905bb2592b
commit 07eda3af60

View file

@ -237,7 +237,7 @@ _copy_archboot_defaults() {
_reproducibility() {
echo "Reproducibility changes..."
sd 'INSTALLDATE' '{n;s/.*/0/}' "${1}""${_PACMAN_LIB}"/local/*/desc
sd -p '(INSTALLDATE%)\n.*' '$1\n0' "${1}""${_PACMAN_LIB}"/local/*/desc
rm "${1}"/var/cache/ldconfig/aux-cache
rm "${1}"/etc/ssl/certs/java/cacerts
}