diff --git a/Makefile b/Makefile index cedfe68..822ea09 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ export DEPENDS = glibc export ARCH = x86_64 export URL = https://www.isc.org/ -SNAPVER = 2 +SNAPVER = 3 PWD := $(shell pwd) ROOT := $(PWD)/ROOT @@ -20,7 +20,7 @@ TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') SRCDIR := $(shell tar -tf $(ARCHIVE)|head -1|sed 's/\/.*//') PATCHDIR := $(PWD)/SRC/patches export VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'| \ - sed 's/^-//')$(SNAPVER) + sed 's/^-//')-$(SNAPVER) DHCLIENT := $(PWD)/dhclient export DHCLIENTROOT := $(DHCLIENT)/ROOT