From 3f7dd00fcb83177e679e9f1449200dee11dc1531 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Sun, 13 Dec 2020 18:33:54 +0100 Subject: Delay resolving the timestamp for the ISO volume to the moment the ISO-image is created --- scripts/build/binary_iso | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build/binary_iso') diff --git a/scripts/build/binary_iso b/scripts/build/binary_iso index c0c791b73..ca0b39ef3 100755 --- a/scripts/build/binary_iso +++ b/scripts/build/binary_iso @@ -99,6 +99,7 @@ fi if [ -n "${LB_ISO_VOLUME}" ] && [ "${LB_ISO_VOLUME}" != "none" ] then + LB_ISO_VOLUME="$(echo "${LB_ISO_VOLUME}" | sed "s|@ISOVOLUME_TS@|$(date $DATE_UTC_OPTION +%Y%m%d-%H:%M --date @${SOURCE_DATE_EPOCH:-$(date +%s)})|")" XORRISO_OPTIONS="${XORRISO_OPTIONS} -V \"${LB_ISO_VOLUME}\"" fi -- cgit v1.2.3