fix typo in spec filename
This commit is contained in:
parent
48402ae6f9
commit
cb37477e7b
2
Makefile
2
Makefile
@ -15,5 +15,5 @@ test: jx-cli
|
|||||||
rpm:
|
rpm:
|
||||||
echo Building $(VERSION)
|
echo Building $(VERSION)
|
||||||
dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools
|
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
|
rpmbuild -ba --define='version $(VERSION)' build/jx.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user