diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-05-04 16:26:25 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-05-04 16:26:25 +0000 |
commit | 83625d8eeaeb3f8c79de5a34eb4c2d8eb2e7270c (patch) | |
tree | 39779bc6325069baa2ca06b587fef8a425cb2d47 /Makefile | |
parent | ec09b83557ad177b5f8234fd6cd8939ad8974676 (diff) | |
download | common-data-83625d8eeaeb3f8c79de5a34eb4c2d8eb2e7270c.tar common-data-83625d8eeaeb3f8c79de5a34eb4c2d8eb2e7270c.tar.gz common-data-83625d8eeaeb3f8c79de5a34eb4c2d8eb2e7270c.tar.bz2 common-data-83625d8eeaeb3f8c79de5a34eb4c2d8eb2e7270c.tar.xz common-data-83625d8eeaeb3f8c79de5a34eb4c2d8eb2e7270c.zip |
fix typo
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| sed -e 's/%mkrel \(.*\)/\1mdk/g) +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 |