mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-05-14 10:16:15 +02:00
Ensure BusyBox compatibility
This commit is contained in:
parent
4246889a1d
commit
b36148c7bb
2
Makefile
2
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user