mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
[openssl] Remove extra slashes when installing usage (#15062)
This commit is contained in:
parent
fb6aa6434f
commit
db6a7c7278
@ -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.
|
||||
|
@ -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}")
|
||||
|
Loading…
Reference in New Issue
Block a user