Bugfix: use minutes instead of month in the time of the modification date field
This commit is contained in:
parent
4eae44d13d
commit
edb12253eb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue