Fix diffutils manpage reproducibility

This commit is contained in:
fosslinux 2024-02-06 22:20:07 +11:00
parent 49f5520143
commit 068f7d8f40
2 changed files with 6 additions and 1 deletions

View file

@ -7,10 +7,15 @@ src_prepare() {
autoreconf-2.71 -fi
rm man/*.1
rm doc/*.info
# gperf
rm lib/iconv_open*.h
# Don't use in tree help2man
rm man/help2man
ln -s "${PREFIX}/bin/help2man" man/help2man
. ../../import-gnulib.sh
}