mirror of
https://git.sr.ht/~nabijaczleweli/tzpfms
synced 2025-04-13 09:37:13 +03:00
Handle SOURCE_DATE_EPOCH (https://reproducible-builds.org/docs/source-date-epoch/)
This commit is contained in:
parent
31dbb443af
commit
1f0d78963e
3
Makefile
3
Makefile
@ -5,7 +5,8 @@
|
||||
|
||||
|
||||
TZPFMS_VERSION ?= "$(patsubst v%,%,$(shell git describe))"
|
||||
TZPFMS_DATE ?= $(shell date -d@$$(git log --no-show-signature -1 --pretty=%at) '+%B %e, %Y')
|
||||
SOURCE_DATE_EPOCH ?= $(shell git log -1 --no-show-signature --format=%at man/klapki.8)
|
||||
TZPFMS_DATE ?= $(shell LC_ALL=C date -d@$(SOURCE_DATE_EPOCH) '+%B %e, %Y')
|
||||
|
||||
AWK ?= awk
|
||||
SED ?= sed
|
||||
|
Loading…
x
Reference in New Issue
Block a user