diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 13:19:29 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-29 13:19:29 -0800 |
| commit | 52866d79b01fb81e97cdbf22e46a13264c1662e5 (patch) | |
| tree | 080843117ae713e4260c100df94505107bb0633f | |
| parent | 1e9f4dc30145a6594d41977b20233602ef88c48b (diff) | |
| download | vcpkg-52866d79b01fb81e97cdbf22e46a13264c1662e5.tar.gz vcpkg-52866d79b01fb81e97cdbf22e46a13264c1662e5.zip | |
[globjects] Remove files from package dir and debug dir
| -rw-r--r-- | ports/globjects/portfile.cmake | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/globjects/portfile.cmake b/ports/globjects/portfile.cmake index 6102dfa8a..e46c34509 100644 --- a/ports/globjects/portfile.cmake +++ b/ports/globjects/portfile.cmake @@ -44,6 +44,16 @@ endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/cmake) file(RENAME ${CURRENT_PACKAGES_DIR}/data ${CURRENT_PACKAGES_DIR}/share/data) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/data) +file(REMOVE ${CURRENT_PACKAGES_DIR}/AUTHORS + ${CURRENT_PACKAGES_DIR}/LICENSE + ${CURRENT_PACKAGES_DIR}/README.md + ${CURRENT_PACKAGES_DIR}/VERSION + ${CURRENT_PACKAGES_DIR}/debug/AUTHORS + ${CURRENT_PACKAGES_DIR}/debug/LICENSE + ${CURRENT_PACKAGES_DIR}/debug/README.md + ${CURRENT_PACKAGES_DIR}/debug/VERSION + ) + # Handle copyright file(COPY ${CURRENT_BUILDTREES_DIR}/src/globjects-1.0.0/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/globjects) file(RENAME ${CURRENT_PACKAGES_DIR}/share/globjects/LICENSE ${CURRENT_PACKAGES_DIR}/share/globjects/copyright) |
