diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ RNCS = $(patsubst %.dtd,%.rnc,$(DTDS)) ifneq ($(PV),) PN=nxml-gentoo-schemas-$(PV) else -PN=nxml-gentoo-schemas-$(shell date '+%Y%m%d') +PN=nxml-gentoo-schemas-$(shell TZ=UTC date '+%Y%m%d') endif TARBALL=$(PN).tar.xz |