Portability fix for reproducible builds
This commit is contained in:
parent
feec6c5bb8
commit
acbc032cfb
|
@ -38,7 +38,7 @@ RM="rm -f"
|
|||
_date()
|
||||
{
|
||||
if [ -n "$SOURCE_DATE_EPOCH" ]; then
|
||||
$DATE -r "$SOURCE_DATE_EPOCH"
|
||||
$DATE -d "@$SOURCE_DATE_EPOCH"
|
||||
else
|
||||
$DATE
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user