summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-03 07:49:41 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-03 07:49:41 +0000
commit6dc37b28cd5f7c30dbec803098221dc7334b8a62 (patch)
tree673167688b98c542dfc33f754c69299833c127fd /Makefile.inc
parent2d7b5c096c7218d96b4da540d26dd7318edaf7c5 (diff)
downloadanaconda-6dc37b28cd5f7c30dbec803098221dc7334b8a62.tar.gz
anaconda-6dc37b28cd5f7c30dbec803098221dc7334b8a62.tar.xz
anaconda-6dc37b28cd5f7c30dbec803098221dc7334b8a62.zip
aha, this should make 'make snapbuild' work
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc3
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