$OpenBSD: patch-cmake_WlFunctions_cmake,v 1.4 2021/06/26 05:31:16 kirby Exp $

Index: cmake/WlFunctions.cmake
--- cmake/WlFunctions.cmake.orig
+++ cmake/WlFunctions.cmake
@@ -325,5 +325,5 @@ function(wl_binary NAME)
 
   #Quoting the CMake documentation on DESTINATION:
   #"If a relative path is given it is interpreted relative to the value of CMAKE_INSTALL_PREFIX"
-  install(TARGETS ${NAME} DESTINATION "." COMPONENT ExecutableFiles)
+  install(TARGETS ${NAME} DESTINATION "bin" COMPONENT ExecutableFiles)
 endfunction()
