summaryrefslogtreecommitdiffstats
path: root/external/meta-openembedded/meta-oe/recipes-kernel/ipmiutil/ipmiutil/0001-Prevent-access-times-from-changing-resulting-gzip-md.patch
blob: 78c05ef32c16af764a207a8ee1597ea86daf0fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From da668e5bf1a721797361ab866d09913ee8e157c4 Mon Sep 17 00:00:00 2001
From: Jeremy Puhlman <jpuhlman@mvista.com>
Date: Sat, 22 Feb 2020 04:37:04 +0000
Subject: [PATCH] Prevent access times from changing resulting gzip md5sum

Upstream-Status: Pending
https://github.com/ipmitool/ipmitool/pull/186
---
 doc/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index b792762..2c52ce6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -59,5 +59,5 @@ install:
 	${INSTALL_DATA_SH} iuser.8 	 ${manto}
 	${INSTALL_DATA_SH} iseltime.8 	 ${manto}
 	${INSTALL_DATA_SH} bmclanpet.mib ${datato}
-	cd ${manto}; gzip -f *.8
+	cd ${manto}; gzip -nf *.8
 	
-- 
2.13.3