Fix copy-rename of cppdap license files

This commit is contained in:
Björn Esser 2023-06-08 22:07:58 +02:00
parent bda724cdc3
commit 37488cd73f
No known key found for this signature in database
GPG Key ID: F52E98007594C21D
1 changed files with 2 additions and 2 deletions

View File

@ -378,8 +378,8 @@ do
cp -p $f ./${fname}_${dname} cp -p $f ./${fname}_${dname}
done done
%if %{with bundled_cppdap} %if %{with bundled_cppdap}
cp -p Utilities/cmcppdap/LICENSE{,.cppdap} cp -p Utilities/cmcppdap/LICENSE LICENSE.cppdap
cp -p Utilities/cmcppdap/NOTICE{,.cppdap} cp -p Utilities/cmcppdap/NOTICE NOTICE.cppdap
%endif %endif
# Cleanup pre-installed documentation # Cleanup pre-installed documentation
%if %{with sphinx} %if %{with sphinx}