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

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

View File

@ -103,7 +103,7 @@ then
fi fi
# Set an explicit modification date # 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)"
# Enable BIOS bootloader selection # Enable BIOS bootloader selection
case "${LB_BOOTLOADER_BIOS}" in case "${LB_BOOTLOADER_BIOS}" in