Skip to content
Snippets Groups Projects
Commit 4b80f56d authored by Moe Jette's avatar Moe Jette
Browse files

remove bluegene.conf man page if not packaged to avoid warning

parent 86f2e9a5
No related branches found
No related tags found
No related merge requests found
...@@ -355,6 +355,9 @@ install -D -m644 etc/federation.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/fed ...@@ -355,6 +355,9 @@ install -D -m644 etc/federation.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/fed
%if %{slurm_with bluegene} %if %{slurm_with bluegene}
rm ${RPM_BUILD_ROOT}%{_bindir}/srun rm ${RPM_BUILD_ROOT}%{_bindir}/srun
install -D -m644 etc/bluegene.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/bluegene.conf.example install -D -m644 etc/bluegene.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/bluegene.conf.example
%else
# Delete unpackaged file
rm -f $RPM_BUILD_ROOT/%{_mandir}/man5/bluegene*
%endif %endif
LIST=./aix.files LIST=./aix.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