[fix] Regression of copyright install at netcdf-c (#5414)

* [~] Refactor

* [~] Refactor
This commit is contained in:
Siarhei Siniak 2019-02-23 02:24:59 +03:00 committed by Codiferous
parent 473e803451
commit f10c9d7e21
2 changed files with 10 additions and 0 deletions

View File

@ -52,3 +52,8 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
# Handle copyright
file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/netcdf-c)
file(
RENAME
${CURRENT_PACKAGES_DIR}/share/netcdf-c/COPYRIGHT
${CURRENT_PACKAGES_DIR}/share/netcdf-c/copyright
)

View File

@ -42,3 +42,8 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share)
# Handle copyright
file(COPY ${SOURCE_PATH}/COPYRIGHT DESTINATION ${CURRENT_PACKAGES_DIR}/share/netcdf-cxx4)
file(
RENAME
${CURRENT_PACKAGES_DIR}/share/netcdf-cxx4/COPYRIGHT
${CURRENT_PACKAGES_DIR}/share/netcdf-cxx4/copyright
)