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:06:11 -0500 |
commit | 808c84e2e13402954f9a915ddf0eb350113bc572 (patch) | |
tree | 39bb4f5a56bf34fc8d499a21a6216342b74afa71 /Makefile | |
parent | a708453ecc7180855a06bd484b369666f0ad175c (diff) | |
download | initscripts-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-- | 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 |