diff --git a/sysa/help2man-1.36.4/help2man-1.36.4.sh b/sysa/help2man-1.36.4/help2man-1.36.4.sh index 366bfbcb..6ab907e8 100755 --- a/sysa/help2man-1.36.4/help2man-1.36.4.sh +++ b/sysa/help2man-1.36.4/help2man-1.36.4.sh @@ -17,6 +17,9 @@ src_configure() { } src_compile() { + # Ensure man page is not rebuilt which changes checksum + touch help2man.1 + make MAKEINFO=true }