openbsd-ports/devel/mygui/patches/patch-CMake_InstallResources_cmake
kirby 5a65f49fb3 Import MyGUI - a library for creating GUIs for games and 3D applications.
With comments and OKs from pascal@ and zhuk@, thanks.
2015-12-27 21:13:16 +00:00

13 lines
420 B
Plaintext

$OpenBSD: patch-CMake_InstallResources_cmake,v 1.1.1.1 2015/12/27 21:13:16 kirby Exp $
--- CMake/InstallResources.cmake.orig Thu Aug 13 17:08:51 2015
+++ CMake/InstallResources.cmake Thu Aug 13 17:11:01 2015
@@ -24,7 +24,7 @@ function(install_file FILENAME)
else ()
install(FILES
${MYGUI_BINARY_DIR}/bin/${FILENAME}
- DESTINATION "bin"
+ DESTINATION "share/MYGUI"
)
endif ()
endfunction(install_file)