Skip to content

Commit

Permalink
Correct spec file path
Browse files Browse the repository at this point in the history
  • Loading branch information
jbd authored Mar 16, 2022
1 parent fe8deb8 commit d999723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rpm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cp lib/systemd/prometheus-slurm-exporter.service ~/rpmbuild/SOURCES
6. Copy the SPEC file in the proper directory:
```bash
cd prometheus-slurm-exporter
cp packaging/rpm/*.spec ~/rpmbuild/SPECS
cp packages/rpm/*.spec ~/rpmbuild/SPECS
```

### Build the RPM package
Expand Down

0 comments on commit d999723

Please sign in to comment.