mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 12:55:23 +01:00
Add SOURCE_DATE_EPOCH
Simply set SOURCE_DATE_EPOCH=0 globally.
This commit is contained in:
parent
667370a726
commit
fcaa778e93
3 changed files with 3 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ export DESTDIR=/tmp/destdir
|
|||
export DISTFILES=/distfiles
|
||||
export SRCDIR="${SOURCES}"
|
||||
export HOME=/tmp
|
||||
export SOURCE_DATE_EPOCH=0
|
||||
|
||||
# shellcheck source=sysa/helpers.sh
|
||||
. "${SOURCES}/helpers.sh"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue