diff options
| author | Drew DeVault <sir@cmpwn.com> | 2017-06-15 00:55:52 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-06-15 00:55:52 -0400 |
| commit | cd08e9160e1ccfa52262d74104a4cd58ae26f818 (patch) | |
| tree | abb3ba50a0eb4848356f2dd193efe18b08deff84 /CMakeLists.txt | |
| parent | 4e663ab44f5320f20ec2376f24ea1eb3b458f2c2 (diff) | |
| parent | edaa7e7119901e9c04efd140b652605e5de4c477 (diff) | |
Merge pull request #1238 from her001/backgrounds_dir
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*" ) |
