summaryrefslogtreecommitdiffstats
path: root/redhat/Makefile
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-01-24 15:16:53 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-01-24 15:16:53 -0500
commite5d2140aaa82bc99d459ab357b29a1ce708451f7 (patch)
treeaf643b4060bfda12390885fedf2826058221594c /redhat/Makefile
parent72598be3b8d32a2edbfc69ac36057e7b44d118bf (diff)
downloadbcfg2-e5d2140aaa82bc99d459ab357b29a1ce708451f7.tar.gz
bcfg2-e5d2140aaa82bc99d459ab357b29a1ce708451f7.tar.bz2
bcfg2-e5d2140aaa82bc99d459ab357b29a1ce708451f7.zip
fixed specfiles (#1087)
Diffstat (limited to 'redhat/Makefile')
-rw-r--r--redhat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/Makefile b/redhat/Makefile
index 7533b98da..f8f779557 100644
--- a/redhat/Makefile
+++ b/redhat/Makefile
@@ -22,7 +22,7 @@ VERSION := $(shell cat VERSION)
RELEASE := $(shell cat RELEASE)
BASE_VER := ${VERSION}-${RELEASE}
CURRENT_PACKAGE := $(PACKAGE)-$(BASE_VER)
-TARBALL := $(CURRENT_PACKAGE).tar
+TARBALL := $(PACKAGE)-$(VERSION).tar
DIRNAME := $(shell echo $${PWD})
DIRBASE := $(shell basename $${PWD})