aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/ryu/CONTROL2
-rw-r--r--ports/ryu/portfile.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/ryu/CONTROL b/ports/ryu/CONTROL
index c78ca9b38..916d6e839 100644
--- a/ports/ryu/CONTROL
+++ b/ports/ryu/CONTROL
@@ -1,5 +1,5 @@
Source: ryu
-Version: 2.0-1
+Version: 2.0-2
Homepage: https://github.com/ulfjack/ryu
Description: Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.
Supports: !(uwp|arm|x86)
diff --git a/ports/ryu/portfile.cmake b/ports/ryu/portfile.cmake
index 40bb67941..f26b01b98 100644
--- a/ports/ryu/portfile.cmake
+++ b/ports/ryu/portfile.cmake
@@ -33,6 +33,6 @@ else()
endif()
file(INSTALL ${SOURCE_PATH}/LICENSE-Boost DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
-file(INSTALL ${SOURCE_PATH}/ryu/ryu.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/)
+file(INSTALL ${SOURCE_PATH}/ryu/ryu.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/ryu/)
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/ryuConfig.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})