From ed8fc799706e61e663d87cc4fd17c6455c22390b Mon Sep 17 00:00:00 2001 From: Cristian Gafton Date: Wed, 8 Mar 2000 13:32:19 +0000 Subject: look at Version: --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d1a44665..588b2ad9 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ ROOT=/ -VERSION=$(shell awk '/define version/ { print $$3 }' initscripts.spec) +VERSION=$(shell awk '/Version:/ { print $$2 }' initscripts.spec) CVSTAG = r$(subst .,-,$(VERSION)) all: -- cgit v1.2.1