ports/audio/guidolib/files/patch-build_CMakeLists.txt
2023-11-08 23:07:42 -08:00

11 lines
570 B
Text

--- build/CMakeLists.txt.orig 2023-11-03 09:52:40 UTC
+++ build/CMakeLists.txt
@@ -257,7 +257,7 @@ else()
set (INSTALL_BIN ${CMAKE_INSTALL_PREFIX}/bin)
set (INSTALL_LIB ${CMAKE_INSTALL_PREFIX}/lib)
set (INSTALL_INC ${CMAKE_INSTALL_PREFIX}/include/guido)
- set (INSTALL_SAMPLES ${CMAKE_INSTALL_PREFIX}/share/guidolib/examples)
+ set (INSTALL_SAMPLES share/examples/guidolib)
set (INSTALL_APPS ${CMAKE_INSTALL_PREFIX}/bin)
set (INSTALL_DOC ${CMAKE_INSTALL_PREFIX}/share/guidolib/doc)
set (INSTALL_INTERFACES ${CMAKE_INSTALL_PREFIX}/share/guidolib)