aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2006-05-04 16:26:25 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2006-05-04 16:26:25 +0000
commit83625d8eeaeb3f8c79de5a34eb4c2d8eb2e7270c (patch)
tree39779bc6325069baa2ca06b587fef8a425cb2d47 /Makefile
parentec09b83557ad177b5f8234fd6cd8939ad8974676 (diff)
downloadcommon-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1ea028..23f6405 100644
--- a/Makefile
+++ b/Makefile
@@ -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