[openssl] Remove extra slashes when installing usage (#15062)

This commit is contained in:
Jack·Boos·Yu 2020-12-11 17:40:21 -08:00 committed by GitHub
parent fb6aa6434f
commit db6a7c7278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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}")