summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Belt <andrewpbelt@gmail.com>2022-11-04 23:39:58 -0400
committerAndrew Belt <andrewpbelt@gmail.com>2022-11-04 23:39:58 -0400
commitb7251d7f7c6ab36b197a244b29776765613dfd3c (patch)
treeb19feb5908dc62dafb9816b0ace48a5771353580
parentb4de7c9fc16ea11d2b11af6699740f2c22dc475f (diff)
Use "-" instead of "_" in ARCH_NAME Makefile variable and package names.
-rw-r--r--arch.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch.mk b/arch.mk
index 7e942b41..88b50819 100644
--- a/arch.mk
+++ b/arch.mk
@@ -23,4 +23,4 @@ else
$(error Could not determine operating system of $(MACHINE))
endif
-ARCH_NAME := $(ARCH_OS)_$(ARCH_CPU)
+ARCH_NAME := $(ARCH_OS)-$(ARCH_CPU)