From 4818d3016490b09fc5eb733da97adfd59c1f79ab Mon Sep 17 00:00:00 2001 From: "neo.webmaster.2@gmail.com" Date: Wed, 4 Mar 2026 09:28:37 +0100 Subject: [PATCH] Commit Manual --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 6d79a3e..1f5f5ac 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = src TOP_DIR = $(shell pwd) DIST_DIR = $(TOP_DIR)/dist BUILD_DIR = $(TOP_DIR)/build -GIT_VER = $(shell git describe --tags --always --dirty=-dev 2>/dev/null || echo "0.1-dev") +GIT_VER = $(shell git describe --tags --always --dirty 2>/dev/null || echo "0.1-dev") SRC_TAR = $(DIST_DIR)/myhomelab-$(GIT_VER)-src.tar.gz # ===========================