Ensure man page is not rebuilt which changes checksum.

This commit is contained in:
rick-masters 2023-04-06 14:16:13 +00:00
parent 5ea8dd3136
commit 51b342527a

View file

@ -17,6 +17,9 @@ src_configure() {
} }
src_compile() { src_compile() {
# Ensure man page is not rebuilt which changes checksum
touch help2man.1
make MAKEINFO=true make MAKEINFO=true
} }