Skip to content

Commit

Permalink
dpkg_status should use fixed mtime (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Oct 28, 2024
1 parent 35a7d5a commit fd4e581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apt/private/dpkg_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
rm $tmp_out

0 comments on commit fd4e581

Please sign in to comment.