Skip to content

Commit

Permalink
Fix rpmbuild error.
Browse files Browse the repository at this point in the history
README is now README.md
  • Loading branch information
awlauria committed Oct 2, 2023
1 parent 49985e8 commit 649a4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/dist/linux/prrte.spec
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%{shell_scripts_path}/%{shell_scripts_basename}.sh
%{shell_scripts_path}/%{shell_scripts_basename}.csh
%endif
%doc README INSTALL LICENSE
%doc README.md LICENSE

%else

Expand Down Expand Up @@ -656,7 +656,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT
%{shell_scripts_path}/%{shell_scripts_basename}.sh
%{shell_scripts_path}/%{shell_scripts_basename}.csh
%endif
%doc README INSTALL LICENSE
%doc README.md LICENSE
%{_pkgdatadir}

%files devel -f devel.files
Expand Down

0 comments on commit 649a4b8

Please sign in to comment.