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

Remove misplaced rpm files.

parent e7d1b2da
No related branches found
No related tags found
No related merge requests found
......@@ -154,14 +154,12 @@ LIST=./switch_federation.files
touch $LIST
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/switch_federation.so &&
echo %{_libdir}/slurm/switch_federation.so > $LIST
echo "%doc etc/federation.conf.example" >> $LIST
echo "%config /etc/slurm/federation.conf.example" >> $LIST
LIST=./bluegene.files
touch $LIST
test -f $RPM_BUILD_ROOT/%{_libdir}/slurm/select_bluegene.so &&
echo %{_libdir}/slurm/select_bluegene.so > $LIST
echo "%doc etc/bluegene.conf.example" >> $LIST
echo "%{_sbindir}/slurm_epilog" >> $LIST
echo "%{_sbindir}/slurm_prolog" >> $LIST
echo "%{_sbindir}/sfree" >> $LIST
......
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