diff options
| author | Drew DeVault <sir@cmpwn.com> | 2016-03-18 18:23:18 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2016-03-18 18:23:30 -0400 |
| commit | a8e1ca75d05a49a86309b0fd979cdfa656ce304e (patch) | |
| tree | bc3c9b28fdcfcc7913fcb9e453a44d3c8a404936 /CMakeLists.txt | |
| parent | 7fb2a16275376c4e2183fa6b2cde5c6afc704103 (diff) | |
New default wallpaper!
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d53dcd25..bf4fe49b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -131,9 +131,10 @@ install( if(default-wallpaper) install( - FILES ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper.jpg + DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/assets/ DESTINATION share/sway COMPONENT data + FILES_MATCHING PATTERN "*Wallpaper*" ) endif() |
