Skip to content
Snippets Groups Projects
Commit c5201730 authored by Danny Auble's avatar Danny Auble
Browse files

Remove unneeded sview duplicate entry

parent d0b2432a
No related branches found
No related tags found
No related merge requests found
...@@ -496,8 +496,6 @@ LIST=./slurm.files ...@@ -496,8 +496,6 @@ LIST=./slurm.files
touch $LIST touch $LIST
test -f $RPM_BUILD_ROOT/etc/init.d/slurm && test -f $RPM_BUILD_ROOT/etc/init.d/slurm &&
echo /etc/init.d/slurm >> $LIST echo /etc/init.d/slurm >> $LIST
test -f $RPM_BUILD_ROOT/%{_bindir}/sview &&
echo %{_bindir}/sview >> $LIST
%if %{slurm_with aix} %if %{slurm_with aix}
install -D -m644 etc/federation.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/federation.conf.example install -D -m644 etc/federation.conf.example ${RPM_BUILD_ROOT}%{_sysconfdir}/federation.conf.example
......
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