diff --git a/Makefile b/Makefile index a584c8f..0a099f2 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ else endif ifeq ($(OS), Linux) + BUILD := $(VERSION)-$(shell lsb_release -i -s | tr '[:upper:]' '[:lower:]')$(shell lsb_release -r -s) ARCHITECTURE ?= $(shell $(CC) -dumpmachine | grep -o -E '^[^-]+') ifeq ($(ARCHITECTURE), aarch64) FLAGS += -march=armv8-a @@ -72,7 +73,7 @@ clean: rm -f *.d $(TOOLKIT)/*/*.d debian-package: - ./UpdateLog.sh + ./UpdateLog.sh tellusagent "Artem Prilutskiy " $(BUILD) > debian/changelog ifdef ARCH dpkg-buildpackage -b -a$(ARCH) -tc else