From 9e2fd15455023960aa9ad5fef6fd98f95e7da79f Mon Sep 17 00:00:00 2001 From: Albert Ziegenhagel Date: Thu, 19 Jan 2017 06:31:42 +0100 Subject: [PATCH] Do not simply rename "license_sdk.rtf" to "copyright" --- ports/msmpi/portfile.cmake | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ports/msmpi/portfile.cmake b/ports/msmpi/portfile.cmake index 0cb1701ce..9fc169a28 100644 --- a/ports/msmpi/portfile.cmake +++ b/ports/msmpi/portfile.cmake @@ -89,5 +89,4 @@ file(INSTALL # Handle copyright file(COPY "${SOURCE_PATH}/sdk/PFiles/Microsoft SDKs/MPI/License/license_sdk.rtf" DESTINATION ${CURRENT_PACKAGES_DIR}/share/msmpi) -#TODO: convert RTF to simple text?! -file(RENAME ${CURRENT_PACKAGES_DIR}/share/msmpi/license_sdk.rtf ${CURRENT_PACKAGES_DIR}/share/msmpi/copyright) +file(WRITE ${CURRENT_PACKAGES_DIR}/share/msmpi/copyright "See the accompanying license_sdk.rtf")