mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Install exclude list to /etc
This commit is contained in:
parent
1a24266f2b
commit
428ef9aba3
1 changed files with 1 additions and 1 deletions
|
@ -76,6 +76,6 @@ add_subdirectory(src)
|
|||
if(BUILD_OWNCLOUD_OSX_BUNDLE)
|
||||
install( FILES exclude.lst DESTINATION ${OWNCLOUD_OSX_BUNDLE}/Contents/Resources )
|
||||
else()
|
||||
install( FILES exclude.lst DESTINATION ${CMAKE_INSTALL_SYSCONFDIR} )
|
||||
install( FILES exclude.lst DESTINATION /etc )
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue