diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ ROOT=/ -VERSION=3.18 +VERSION=$(shell awk '/define version/ { print $$3 }' initscripts.spec) CVSTAG = r$(subst .,-,$(VERSION)) all: |
index : initscripts | ||
Mageia fork of Fedora's Init Scripts | Colin Guthrie [colin] |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -1,6 +1,6 @@ ROOT=/ -VERSION=3.18 +VERSION=$(shell awk '/define version/ { print $$3 }' initscripts.spec) CVSTAG = r$(subst .,-,$(VERSION)) all: |