mirror of
https://github.com/swaywm/sway.git
synced 2025-11-20 06:59:46 -05:00
Merge pull request #996 from woutershep/datadir
Use CMAKE_INSTALL_FULL_DATA{,ROOT}DIR
This commit is contained in:
commit
14d9200e4e
5 changed files with 7 additions and 7 deletions
|
|
@ -74,7 +74,7 @@ function(add_config name source destination)
|
|||
add_custom_command(
|
||||
OUTPUT ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}
|
||||
COMMAND sed -r
|
||||
's?__PREFIX__?${CMAKE_INSTALL_PREFIX}?g\; s?__SYSCONFDIR__?${CMAKE_INSTALL_FULL_SYSCONFDIR}?g'
|
||||
's?__PREFIX__?${CMAKE_INSTALL_PREFIX}?g\; s?__SYSCONFDIR__?${CMAKE_INSTALL_FULL_SYSCONFDIR}?g\; s?__DATADIR__?${CMAKE_INSTALL_FULL_DATADIR}?g'
|
||||
${PROJECT_SOURCE_DIR}/${source}.in > ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/${name}
|
||||
DEPENDS ${PROJECT_SOURCE_DIR}/${source}.in
|
||||
COMMENT "Generating config file ${source}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue