freebsd-ports/emulators/emulationstation/files/patch-es-app_CMakeLists.txt
2021-02-01 17:49:58 +00:00

14 lines
447 B
Text

--- es-app/CMakeLists.txt.orig 2020-11-29 16:39:56 UTC
+++ es-app/CMakeLists.txt
@@ -143,9 +143,10 @@ endif()
#-------------------------------------------------------------------------------
# set up CPack install stuff so `make install` does something useful
+include(GNUInstallDirs)
install(TARGETS emulationstation
RUNTIME
- DESTINATION bin)
+ DESTINATION "${CMAKE_INSTALL_BINDIR}")
INCLUDE(InstallRequiredSystemLibraries)