forked from Lainports/freebsd-ports
ChangeLog: https://github.com/RetroPie/EmulationStation/compare/v2.9.4...master PR: 251474 Submitted by: freebsd@coombscloud.com (maintainer)
14 lines
447 B
Text
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)
|
|
|