From: x2001corpet Date: Sun, 18 Jun 2006 09:33:06 +0000 (+0000) Subject: recuperation du numero de version depuis le changelog sans la date X-Git-Tag: xorg/0.9.10~44 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a197be60659c3a615435e8df92019ad867c52d8f;p=platal.git recuperation du numero de version depuis le changelog sans la date git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@325 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/Makefile b/Makefile index 6227ed5..db61794 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ ################################################################################ # definitions -VERSION := $(shell grep VERSION ChangeLog | head -1 | sed -e "s/VERSION //;s/\t.*//") +VERSION := $(shell grep VERSION ChangeLog | head -1 | sed -e "s/VERSION //;s/\t.*//;s/ .*//") PKG_NAME = platal PKG_DIST = $(PKG_NAME)-$(VERSION)