fix typo in spec filename
All checks were successful
Lint / golangci-lint (push) Successful in 9m46s
Declarative Tests / test (push) Successful in 21s
Declarative Tests / build (push) Successful in 1m32s

This commit is contained in:
Matthew Rich 2024-05-26 19:49:36 -07:00
parent 48402ae6f9
commit cb37477e7b

View File

@ -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