summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.inc b/Makefile.inc
index feba7a056..b367c016c 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,11 +1,6 @@
#
# define destination locations
#
-VERSION=$(shell awk '/Version:/ { print $$2 }' anaconda.spec)
-RELEASE=$(shell awk '/Release:/ { print $$2 }' anaconda.spec)
-TIMESTAMP := $(shell date "+.%Y%m%d%H%M%S")
-SNAPRELEASE := $(RELEASE)$(TIMESTAMP)
-
PYTHONLIBDIR = /usr/lib/anaconda
RUNTIMEDIR = /usr/lib/anaconda-runtime
ANACONDADATADIR = /usr/share/anaconda