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:06:11 -0500
commit808c84e2e13402954f9a915ddf0eb350113bc572 (patch)
tree39bb4f5a56bf34fc8d499a21a6216342b74afa71 /Makefile
parenta708453ecc7180855a06bd484b369666f0ad175c (diff)
downloadinitscripts-808c84e2e13402954f9a915ddf0eb350113bc572.tar
initscripts-808c84e2e13402954f9a915ddf0eb350113bc572.tar.gz
initscripts-808c84e2e13402954f9a915ddf0eb350113bc572.tar.bz2
initscripts-808c84e2e13402954f9a915ddf0eb350113bc572.tar.xz
initscripts-808c84e2e13402954f9a915ddf0eb350113bc572.zip
Don't use %dist for tagging.initscripts-9.04-1
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