From a197be60659c3a615435e8df92019ad867c52d8f Mon Sep 17 00:00:00 2001 From: x2001corpet Date: Sun, 18 Jun 2006 09:33:06 +0000 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.1.4