From 3a1af0bce0c170f7478158297648e853d53cc5a1 Mon Sep 17 00:00:00 2001 From: r3abm Date: Sun, 23 Mar 2025 13:59:59 +0200 Subject: [PATCH] Update Makefile --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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