From b36148c7bb3ce3495069dc2db179da6ba5bde49b Mon Sep 17 00:00:00 2001 From: Justin Kromlinger Date: Mon, 20 Apr 2026 14:20:03 +0200 Subject: [PATCH] Ensure BusyBox compatibility --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45c90a8..9f8417f 100644 --- a/Makefile +++ b/Makefile @@ -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: