From cb37477e7b81fa32e73e9057920b73794d672224 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sun, 26 May 2024 19:49:36 -0700 Subject: [PATCH] fix typo in spec filename --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7fe8bbd..70e7a5b 100644 --- a/Makefile +++ b/Makefile @@ -15,5 +15,5 @@ test: jx-cli rpm: echo Building $(VERSION) dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools - spectool -g -R build/js.spec + spectool -g -R build/jx.spec rpmbuild -ba --define='version $(VERSION)' build/jx.spec