Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/emulators/emulationstation/files/patch-es-app_CMakeLists.txt
16461 views
1
--- es-app/CMakeLists.txt.orig 2020-11-29 16:39:56 UTC
2
+++ es-app/CMakeLists.txt
3
@@ -143,9 +143,10 @@ endif()
4
#-------------------------------------------------------------------------------
5
# set up CPack install stuff so `make install` does something useful
6
7
+include(GNUInstallDirs)
8
install(TARGETS emulationstation
9
RUNTIME
10
- DESTINATION bin)
11
+ DESTINATION "${CMAKE_INSTALL_BINDIR}")
12
13
INCLUDE(InstallRequiredSystemLibraries)
14
15
16