From d4b4c91ff464aebc5d0ad13520f1d4fefc718191 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Tue, 14 May 2024 00:00:15 +0300 Subject: [PATCH] pmt; use target arch macro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cec824f..7a89605 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ all: printf " - Generating xz package...\n"; \ cp $(BINARY_DIR)/pmt $(PACKAGE_DIR) || exit 1; \ xz $(PACKAGE_DIR)/pmt; \ - mv $(PACKAGE_DIR)/pmt.xz $(PACKAGE_DIR)/pmt-$(ARCH)-$(LANG).xz || exit 1; \ + mv $(PACKAGE_DIR)/pmt.xz $(PACKAGE_DIR)/pmt-$(TARGET_ARCH)-$(LANG).xz || exit 1; \ printf " - Success\n\n"; \ printf " ------------------------------------ \n";