Skip to content
Snippets Groups Projects
Commit b7a1c110 authored by Morris Jette's avatar Morris Jette
Browse files

Correction to slurm.spec file test logic`

parent 9786b29c
No related branches found
No related tags found
No related merge requests found
......@@ -471,7 +471,7 @@ test -f $RPM_BUILD_ROOT/%{_libdir}/libpmi.la &&
chmod 644 $RPM_BUILD_ROOT/%{_libdir}/libpmi.la
test -f $RPM_BUILD_ROOT/%{_libdir}/libslurm.la &&
chmod 644 $RPM_BUILD_ROOT/%{_libdir}/libslurm.la
test -f $RPM_BUILD_ROOT/%{_libdir}/libslurmdb.la
test -f $RPM_BUILD_ROOT/%{_libdir}/libslurmdb.la &&
chmod 644 $RPM_BUILD_ROOT/%{_libdir}/libslurmdb.la
# Delete unpackaged files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment