Skip to content

Commit

Permalink
add missing DESTINATION parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Oct 20, 2022
1 parent 5911a2c commit 4dd35aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/xcb-errors/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

file(INSTALL "${SOURCE_PATH}/COPYING" "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
endif()

0 comments on commit 4dd35aa

Please sign in to comment.