Skip to content

Commit a1bf881

Browse files
Updated PKG_ID to Debian and RHEL friendly name
Swapped underscores (not allowed by Ubuntu) for a hyphen. Removed hyphen from after OTP as the meaning is still clear without it.
1 parent 7fbdd4b commit a1bf881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ MAJOR_VERSION ?= $(shell echo $(REVISION) | sed -e 's/\([0-9.]*\)-.*/\1/')
220220
# This enables the toplevel repository package to change names
221221
# when underlying dependencies change.
222222
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)"
223+
PKG_ID := "$(REPO_TAG)-OTP$(OTP_VER)"
224224

225225
##
226226
## Packaging targets

0 commit comments

Comments
 (0)