diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-12-11 17:40:21 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-11 17:40:21 -0800 |
| commit | db6a7c7278f0e2e2781db4b29f09e0b2376e0ad5 (patch) | |
| tree | 69029acf791f59c662eb6c3e7bbb3d527ea7c9f8 | |
| parent | fb6aa6434f708c6c5159253593da2f8446e9c2ad (diff) | |
| download | vcpkg-db6a7c7278f0e2e2781db4b29f09e0b2376e0ad5.tar.gz vcpkg-db6a7c7278f0e2e2781db4b29f09e0b2376e0ad5.zip | |
[openssl] Remove extra slashes when installing usage (#15062)
| -rw-r--r-- | ports/openssl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/openssl/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL index 7d970cc75..bda3d35af 100644 --- a/ports/openssl/CONTROL +++ b/ports/openssl/CONTROL @@ -1,5 +1,5 @@ Source: openssl Version: 1.1.1h -Port-Version: 3 +Port-Version: 4 Homepage: https://www.openssl.org Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library. diff --git a/ports/openssl/portfile.cmake b/ports/openssl/portfile.cmake index e4619e354..b8666ed22 100644 --- a/ports/openssl/portfile.cmake +++ b/ports/openssl/portfile.cmake @@ -22,4 +22,4 @@ else() endif() -file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}/") +file(INSTALL "${CMAKE_CURRENT_LIST_DIR}/usage" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}") |
