The following change was made to Makefile:

* corrected snap version string
This commit is contained in:
2017-02-20 13:35:25 -06:00
parent c0bd431eb7
commit 8121a5e05f

View File

@@ -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