From fd4e581c6e21ef2a6319fce67aff5285bd27580e Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 28 Oct 2024 09:39:58 -0700 Subject: [PATCH] dpkg_status should use fixed mtime (#105) --- apt/private/dpkg_status.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apt/private/dpkg_status.sh b/apt/private/dpkg_status.sh index 1dc689f..8bd725a 100755 --- a/apt/private/dpkg_status.sh +++ b/apt/private/dpkg_status.sh @@ -18,7 +18,7 @@ while (( $# > 0 )); do done echo "#mtree -./var/lib/dpkg/status type=file uid=0 gid=0 mode=0644 contents=$tmp_out +./var/lib/dpkg/status type=file uid=0 gid=0 mode=0644 time=1672560000 contents=$tmp_out " | "$bsdtar" $@ -cf "$out" "@-" -rm $tmp_out \ No newline at end of file +rm $tmp_out