Skip to content

Commit 895c7c6

Browse files
committed
Merge branch '74_Correct_spec_file_path'
2 parents e601bf4 + d999723 commit 895c7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/rpm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ cp lib/systemd/prometheus-slurm-exporter.service ~/rpmbuild/SOURCES
3131
6. Copy the SPEC file in the proper directory:
3232
```bash
3333
cd prometheus-slurm-exporter
34-
cp packaging/rpm/*.spec ~/rpmbuild/SPECS
34+
cp packages/rpm/*.spec ~/rpmbuild/SPECS
3535
```
3636

3737
### Build the RPM package

0 commit comments

Comments
 (0)