diff options
author | Andrew Conrad <aconrad103@gmail.com> | 2017-06-14 22:30:42 -0500 |
---|---|---|
committer | Andrew Conrad <aconrad103@gmail.com> | 2017-06-14 22:30:42 -0500 |
commit | edaa7e7119901e9c04efd140b652605e5de4c477 (patch) | |
tree | abb3ba50a0eb4848356f2dd193efe18b08deff84 /CMakeLists.txt | |
parent | 4e663ab44f5320f20ec2376f24ea1eb3b458f2c2 (diff) |
Install wallpapers in DATADIR/backgrounds/sway
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c80f6361..0257a99f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,7 +149,7 @@ install( if(default-wallpaper) install( DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/ - DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/sway + DESTINATION ${CMAKE_INSTALL_FULL_DATADIR}/backgrounds/sway COMPONENT data FILES_MATCHING PATTERN "*Wallpaper*" ) |