diff options
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 55628d441..bfbdd5f4a 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -3,7 +3,8 @@ # VERSION = 8.0.93 RELEASE = 0 -SNAPRELEASE = $(RELEASE)$(shell date "+.%Y%m%d%H%M") +TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S") +SNAPRELEASE := $(RELEASE)$(TIMESTAMP) PYTHONLIBDIR = /usr/lib/anaconda RUNTIMEDIR = /usr/lib/anaconda-runtime |