aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-01-15 15:06:11 -0500
committerBill Nottingham <notting@redhat.com>2010-01-15 15:07:06 -0500
commit40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4 (patch)
treecfd33b2e6c7110610731c26ab7f5f75ac7c6d57f /Makefile
parent66a5d62c8a2c584d49675d72669dedd5552bea33 (diff)
downloadinitscripts-40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4.tar
initscripts-40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4.tar.gz
initscripts-40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4.tar.bz2
initscripts-40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4.tar.xz
initscripts-40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4.zip
Don't use %dist for tagging.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c92ef2db..8380d95f 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SUPERUSER=root
SUPERGROUP=root
VERSION := $(shell awk '/Version:/ { print $$2 }' initscripts.spec)
-RELEASE := $(shell awk '/Release:/ { print $$2 }' initscripts.spec)
+RELEASE := $(shell awk '/Release:/ { print $$2 }' initscripts.spec | sed 's|%{?dist}||g')
TAG=initscripts-$(VERSION)-$(RELEASE)
mandir=/usr/share/man