diff options
author | Bill Nottingham <notting@redhat.com> | 2010-01-15 15:06:11 -0500 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2010-01-15 15:07:06 -0500 |
commit | 40d2f0a5afaa3bbe7c6fb138e4080e650258d9a4 (patch) | |
tree | cfd33b2e6c7110610731c26ab7f5f75ac7c6d57f /Makefile | |
parent | 66a5d62c8a2c584d49675d72669dedd5552bea33 (diff) | |
download | initscripts-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |