Ensure BusyBox compatibility

This commit is contained in:
Justin Kromlinger 2026-04-20 14:20:03 +02:00
parent 4246889a1d
commit b36148c7bb
No known key found for this signature in database
GPG Key ID: 69EF6D9E49A64EB8

View File

@ -2,7 +2,7 @@ OCITOOL=podman # or docker
BUILDDIR=$(shell pwd)/build
OUTPUTDIR=$(shell pwd)/output
ARCHIVE_SNAPSHOT=$(shell date -d "-1 day" +"%Y/%m/%d")
SOURCE_DATE_EPOCH=$(shell date -u -d "today 00:00:00" +"%s")
SOURCE_DATE_EPOCH=$(shell date -u -d "00:00:00" +"%s")
.PHONY: clean
clean: