Bugfix: use minutes instead of month in the time of the modification date field

This commit is contained in:
Roland Clobus 2020-12-13 11:11:55 +01:00
parent 4eae44d13d
commit edb12253eb
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ then
fi
# Set an explicit modification date
XORRISO_OPTIONS="${XORRISO_OPTIONS} --modification-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d%H%m%S00)"
XORRISO_OPTIONS="${XORRISO_OPTIONS} --modification-date=$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m%d%H%M%S00)"
# Moving image
mv source chroot