We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbdd4b commit a1bf881Copy full SHA for a1bf881
Makefile
@@ -220,7 +220,7 @@ MAJOR_VERSION ?= $(shell echo $(REVISION) | sed -e 's/\([0-9.]*\)-.*/\1/')
220
# This enables the toplevel repository package to change names
221
# when underlying dependencies change.
222
NAME_HASH = $(shell git hash-object distdir/$(CLONEDIR)/$(MANIFEST_FILE) 2>/dev/null | cut -c 1-8)
223
-PKG_ID := "$(REPO_TAG)_OTP_$(OTP_VER)"
+PKG_ID := "$(REPO_TAG)-OTP$(OTP_VER)"
224
225
##
226
## Packaging targets
0 commit comments