Reproducible fix for glibc

This commit is contained in:
Roland Clobus 2021-01-23 21:26:09 +01:00
parent 259fd73558
commit dc1a03d053
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
set -e
# Remove the non-reproducible file that is created by ldconfig
#
# The file does not need to exist, see elf/cache.c:load_aux_cache
# The file and folder will be recreated when needed, see elf/cache.c:save_aux_cache
rm -fr /var/cache/ldconfig