Noticed on an el8 machine that the Makefile was not copying folders over properly from js68/rpm/ and instead putting an rpm folder in rpmbuild, where there should have been SOURCES and SPECS. This led to the steps afterwards failing.
This PR fixes that issue, as well as a typo in the readme
Testing recommendations
Attempt to build the rpms for js68 via the makefile
make couch-js-68-rpms
Overview
Noticed on an el8 machine that the Makefile was not copying folders over properly from js68/rpm/ and instead putting an rpm folder in rpmbuild, where there should have been SOURCES and SPECS. This led to the steps afterwards failing.
This PR fixes that issue, as well as a typo in the readme
Testing recommendations
Attempt to build the rpms for js68 via the makefile
make couch-js-68-rpms
Checklist