Skip to content

Commit

Permalink
Fix rpmbuild error.
Browse files Browse the repository at this point in the history
- README is now README.md

- INSTALL no longer exists, if it ever did.

Signed-off-by: Austen Lauria <[email protected]>
(cherry picked from commit 8a09138)
  • Loading branch information
awlauria committed Oct 2, 2023
1 parent 777715b commit 5eb4633
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 5eb4633

Please sign in to comment.