diff options
Diffstat (limited to 'project/cmake/scripts/linux/pathsetup.cmake')
| -rw-r--r-- | project/cmake/scripts/linux/pathsetup.cmake | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/project/cmake/scripts/linux/pathsetup.cmake b/project/cmake/scripts/linux/pathsetup.cmake index 940fb62..8550616 100644 --- a/project/cmake/scripts/linux/pathsetup.cmake +++ b/project/cmake/scripts/linux/pathsetup.cmake | |||
| @@ -4,7 +4,7 @@ else() | |||
| 4 | set(CMAKE_INSTALL_PREFIX ${prefix}) | 4 | set(CMAKE_INSTALL_PREFIX ${prefix}) |
| 5 | endif() | 5 | endif() |
| 6 | if(NOT exec_prefix) | 6 | if(NOT exec_prefix) |
| 7 | set(exec_prefix \${prefix}) | 7 | set(exec_prefix ${prefix}) |
| 8 | endif() | 8 | endif() |
| 9 | if(NOT libdir) | 9 | if(NOT libdir) |
| 10 | set(libdir ${prefix}/lib) | 10 | set(libdir ${prefix}/lib) |
| @@ -19,7 +19,7 @@ if(NOT datarootdir) | |||
| 19 | set(datarootdir ${prefix}/share) | 19 | set(datarootdir ${prefix}/share) |
| 20 | endif() | 20 | endif() |
| 21 | if(NOT datadir) | 21 | if(NOT datadir) |
| 22 | set(datadir \${datarootdir}) | 22 | set(datadir ${datarootdir}) |
| 23 | endif() | 23 | endif() |
| 24 | 24 | ||
| 25 | list(APPEND final_message "-- PATH config --") | 25 | list(APPEND final_message "-- PATH config --") |
| @@ -30,5 +30,5 @@ list(APPEND final_message "Includedir: ${includedir}") | |||
| 30 | list(APPEND final_message "Datarootdir: ${datarootdir}") | 30 | list(APPEND final_message "Datarootdir: ${datarootdir}") |
| 31 | list(APPEND final_message "Datadir: ${datadir}") | 31 | list(APPEND final_message "Datadir: ${datadir}") |
| 32 | 32 | ||
| 33 | set(PATH_DEFINES -DBIN_INSTALL_PATH=\"${libdir}/xbmc\" | 33 | set(PATH_DEFINES -DBIN_INSTALL_PATH=\"${libdir}/kodi\" |
| 34 | -DINSTALL_PATH=\"${datarootdir}/xbmc\") | 34 | -DINSTALL_PATH=\"${datarootdir}/kodi\") |
