diff options
| author | Joshua T. Fisher <playmer@gmail.com> | 2016-09-26 01:55:18 -0700 |
|---|---|---|
| committer | Joshua T. Fisher <playmer@gmail.com> | 2016-09-26 01:55:18 -0700 |
| commit | 9d5f46ed5b18b404704260e7b49d8cc80c3a6e13 (patch) | |
| tree | e00e2081b3b0b410c2b84f5ea67f9ffe83f7f71c | |
| parent | 2dc365e508548f1a297065757bb4d91a4f8a6b1f (diff) | |
| download | vcpkg-9d5f46ed5b18b404704260e7b49d8cc80c3a6e13.tar.gz vcpkg-9d5f46ed5b18b404704260e7b49d8cc80c3a6e13.zip | |
Fi license placement.
| -rw-r--r-- | ports/constexpr/portfile.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/constexpr/portfile.cmake b/ports/constexpr/portfile.cmake index 2efbd0e16..47df30d12 100644 --- a/ports/constexpr/portfile.cmake +++ b/ports/constexpr/portfile.cmake @@ -8,8 +8,8 @@ vcpkg_extract_source_archive(${ARCHIVE}) # Put the licence file where vcpkg expects it set(SOURCE_DIR ${CURRENT_BUILDTREES_DIR}/src/constexpr-a98b1db39c909e0130d21d3910d4faf97035a625) -file(COPY ${SOURCE_DIR}/README.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/constexpr/README.md) -file(COPY ${SOURCE_DIR}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/constexpr/copyright) +file(COPY ${SOURCE_DIR}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/constexpr/LICENSE) +file(RENAME ${CURRENT_PACKAGES_DIR}/share/constexpr/LICENSE ${CURRENT_PACKAGES_DIR}/share/constexpr/copyright) # Copy the constexpr header files file(GLOB HEADER_FILES ${SOURCE_DIR}/src/include/*.h) |
