From 88e16fe9b7f472abaf33037ba8f9836b959ca2be Mon Sep 17 00:00:00 2001 From: mphanias Date: Tue, 26 Mar 2024 19:53:28 +0530 Subject: [PATCH] OM180_1 - tar filename fix fixed the tar file name as suggested by release team --- pkg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/Makefile b/pkg/Makefile index 5d20a60f..d19f9537 100644 --- a/pkg/Makefile +++ b/pkg/Makefile @@ -127,7 +127,7 @@ tar: prep --license $(LICENSE) \ --url $(URL) \ --vendor $(VENDOR) \ - --package $(TARGET_DIR)/$(PKG_FILENAME)_$(VERSION)$(DISTRO_SHORT)$(DISTRO_VERSION)_$(ARCH).tar + --package $(TARGET_DIR)/$(PKG_FILENAME)_$(VERSION)_$(ARCH).tar .PHONY: prep prep: