The following change was made to Makefile:
* corrected snap version string
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,7 +11,7 @@
|
|||||||
export DEPENDS = glibc
|
export DEPENDS = glibc
|
||||||
export ARCH = x86_64
|
export ARCH = x86_64
|
||||||
export URL = https://www.isc.org/
|
export URL = https://www.isc.org/
|
||||||
SNAPVER = 2
|
SNAPVER = 3
|
||||||
|
|
||||||
PWD := $(shell pwd)
|
PWD := $(shell pwd)
|
||||||
ROOT := $(PWD)/ROOT
|
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/\/.*//')
|
SRCDIR := $(shell tar -tf $(ARCHIVE)|head -1|sed 's/\/.*//')
|
||||||
PATCHDIR := $(PWD)/SRC/patches
|
PATCHDIR := $(PWD)/SRC/patches
|
||||||
export VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'| \
|
export VERSION := $(shell echo $(SRCDIR)|egrep -o '\-[0-9].*'| \
|
||||||
sed 's/^-//')$(SNAPVER)
|
sed 's/^-//')-$(SNAPVER)
|
||||||
|
|
||||||
DHCLIENT := $(PWD)/dhclient
|
DHCLIENT := $(PWD)/dhclient
|
||||||
export DHCLIENTROOT := $(DHCLIENT)/ROOT
|
export DHCLIENTROOT := $(DHCLIENT)/ROOT
|
||||||
|
|||||||
Reference in New Issue
Block a user