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.git | |
| Unnamed repository; edit this file to name it for gitweb. | Casey Dahlin |
| summaryrefslogtreecommitdiffstats |
| -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: |