diff --git a/components/packaging/deb/Makefile b/components/packaging/deb/Makefile index 9e0c2d4e10..e11b5cc3ee 100644 --- a/components/packaging/deb/Makefile +++ b/components/packaging/deb/Makefile @@ -8,8 +8,7 @@ VERSION?=0.0.0-dev GO_BASE_IMAGE=golang GO_VERSION:=1.10.4 GO_IMAGE=$(GO_BASE_IMAGE):$(GO_VERSION) -SUFFIX=ce -DEB_VERSION?=$(shell SUFFIX=$(SUFFIX) ./gen-deb-ver $(CLI_DIR) "$(VERSION)") +DEB_VERSION=$(shell ./gen-deb-ver $(CLI_DIR) "$(VERSION)") CHOWN:=docker run --rm -v $(CURDIR):/v -w /v alpine chown EPOCH?=4