summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9dfb0dac..f5e6ad53 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
RPM=$(HOME)/rpm
NAME = drakwizard
-TAR = $(NAME).tar.bz2
VERSION := $(shell sed -n 's/%define version //p' < $(NAME).spec)
RELEASE := $(shell sed -n 's/%define release //p' < $(NAME).spec)
RELTAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__')
+TAR = $(NAME)-$(VERSION).tar.bz2
# TODO: get WIZ_HOME take care of usr prefix
WIZ_HOME=/usr/share/wizards/