Skip to content

Commit

Permalink
[harfbuzz] Use SOURCE_PATH for copying license
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Dec 7, 2016
1 parent 91a6913 commit dea170b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/harfbuzz/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ vcpkg_execute_required_process(
)

# Handle copyright
file(COPY ${CURRENT_BUILDTREES_DIR}/src/harfbuzz-1.3.4/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/harfbuzz)
file(COPY ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/harfbuzz)
file(RENAME ${CURRENT_PACKAGES_DIR}/share/harfbuzz/COPYING ${CURRENT_PACKAGES_DIR}/share/harfbuzz/copyright)

0 comments on commit dea170b

Please sign in to comment.