diff options
| author | Frederic Crozat <fcrozat@mandriva.com> | 2006-05-04 16:18:39 +0000 |
|---|---|---|
| committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-05-04 16:18:39 +0000 |
| commit | d16ff49f63476198ee8364e66794d0c38c551701 (patch) | |
| tree | d99700d9be13e5dda3fbd1718685239dcfb7606c /Makefile | |
| parent | 11e8dbff585816c75d74bb960ad41d7336af1718 (diff) | |
| download | common-data-d16ff49f63476198ee8364e66794d0c38c551701.tar common-data-d16ff49f63476198ee8364e66794d0c38c551701.tar.gz common-data-d16ff49f63476198ee8364e66794d0c38c551701.tar.bz2 common-data-d16ff49f63476198ee8364e66794d0c38c551701.tar.xz common-data-d16ff49f63476198ee8364e66794d0c38c551701.zip | |
Add support for mkrel
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ PACKAGE = desktop-common-data NAME = desktop-common-data VERSION:=$(shell rpm -q --qf '%{VERSION}\n' --specfile $(PACKAGE).spec | head -1) -RELEASE:=$(shell rpm -q --qf '%{RELEASE}\n' --specfile $(PACKAGE).spec | head -1) +RELEASE:=$(shell rpm -q --qf '%{RELEASE}\n' --specfile $(PACKAGE).spec | head -1| sed -e 's/%mkrel \(.*\)/\1mdk/g) TAG := $(shell echo "V$(VERSION)_$(RELEASE)" | tr -- '-.' '__') mandir=/usr/share/man |
