Skip to content

Commit

Permalink
OM180_1 - tar filename fix
Browse files Browse the repository at this point in the history
fixed the tar file name as suggested by release team
  • Loading branch information
mphanias committed Mar 26, 2024
1 parent e085ec7 commit 88e16fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 88e16fe

Please sign in to comment.