aboutsummaryrefslogtreecommitdiff
path: root/ports/libxml2/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libxml2/portfile.cmake')
-rw-r--r--ports/libxml2/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libxml2/portfile.cmake b/ports/libxml2/portfile.cmake
index cdf10496e..d55d4052d 100644
--- a/ports/libxml2/portfile.cmake
+++ b/ports/libxml2/portfile.cmake
@@ -19,7 +19,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
# Handle copyright
-file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libxml2)
+file(COPY ${CMAKE_CURRENT_LIST_DIR}/usage ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/libxml2)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/libxml2/COPYING ${CURRENT_PACKAGES_DIR}/share/libxml2/copyright)
vcpkg_copy_pdbs()