mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Install exclude.lst to /etc, not to /usr/etc.
This commit is contained in:
parent
e2bde7a768
commit
1fefd09e1a
@ -65,6 +65,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 New Issue
Block a user