diff options
Diffstat (limited to 'ports/asynch')
| -rw-r--r-- | ports/asynch/CONTROL | 2 | ||||
| -rw-r--r-- | ports/asynch/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/asynch/CONTROL b/ports/asynch/CONTROL index 66a7f23ee..2187be407 100644 --- a/ports/asynch/CONTROL +++ b/ports/asynch/CONTROL @@ -1,4 +1,4 @@ Source: asynch
-Version: 2019-09-21
+Version: 2019-09-21-1
Homepage: https://github.com/naasking/async.h
Description: Async.h - asynchronous, stackless subroutines.
\ No newline at end of file diff --git a/ports/asynch/portfile.cmake b/ports/asynch/portfile.cmake index 10a349286..7625b9528 100644 --- a/ports/asynch/portfile.cmake +++ b/ports/asynch/portfile.cmake @@ -12,4 +12,4 @@ vcpkg_from_github( file(COPY ${SOURCE_PATH}/async/async.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/${PORT})
# Handle copyright
-file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}/copyright)
\ No newline at end of file +file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
\ No newline at end of file |
