From 51b342527a670a740ca3cf0d35026d0e4b35332c Mon Sep 17 00:00:00 2001 From: rick-masters Date: Thu, 6 Apr 2023 14:16:13 +0000 Subject: [PATCH] Ensure man page is not rebuilt which changes checksum. --- sysa/help2man-1.36.4/help2man-1.36.4.sh | 3 +++ 1 file changed, 3 insertions(+) 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 }